[ 
https://issues.apache.org/jira/browse/PROTON-12?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rafael H. Schloming resolved PROTON-12.
---------------------------------------

    Resolution: Fixed
    
> Delivery structure uses malloc/free for every delivery (delivery tag)
> ---------------------------------------------------------------------
>
>                 Key: PROTON-12
>                 URL: https://issues.apache.org/jira/browse/PROTON-12
>             Project: Qpid Proton
>          Issue Type: Improvement
>          Components: proton-c
>            Reporter: Ted Ross
>            Assignee: Rafael H. Schloming
>            Priority: Minor
>
> The implementation of the pn_delivery_t structure uses malloc/free for the 
> delivery tag resulting in heap access per-delivery.  It would be desirable to 
> use in-structure memory for delivery tags, even if only for tags below a 
> certain length, to avoid the cost of frequent heap usage.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to