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

Yunkai Zhang updated TS-1891:
-----------------------------

    Description: 
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}

  was:
Subject: [PATCH] Add double-free checking for reclaimable 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}

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