[ 
https://issues.apache.org/jira/browse/TS-1891?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13655717#comment-13655717
 ] 

Yunkai Zhang commented on TS-1891:
----------------------------------

[~zwoop]:

In our current architecture(objects are passing through multi-threads), I think 
we have a lot of works to do before we change the architecture so that we can 
completely use proxy allocators to replace the globals.
                
> Add double-free checking for reclaimable freelist
> -------------------------------------------------
>
>                 Key: TS-1891
>                 URL: https://issues.apache.org/jira/browse/TS-1891
>             Project: Traffic Server
>          Issue Type: New Feature
>          Components: Core
>            Reporter: Yunkai Zhang
>         Attachments: 
> 0001-Add-double-free-checking-for-reclaimable-freelist-V2.patch
>
>
> double-free checking is very useful for us to analyze memory issues.
> So, I introduce this feature to recalimable freelist.
> The double-free checking for reclaimable freelist is disable by default,
> users can enable it by setting the following option in records.config:
> {code}
>   CONFIG proxy.config.allocator.check_double_free INT 1
> {code}

--
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