[
https://issues.apache.org/jira/browse/TS-4211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15148097#comment-15148097
]
ASF GitHub Bot commented on TS-4211:
------------------------------------
GitHub user PSUdaemon opened a pull request:
https://github.com/apache/trafficserver/pull/481
TS-4211: Make freelist_new cleaner so we can debug better.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/PSUdaemon/trafficserver freelist_new_clean
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafficserver/pull/481.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #481
----
commit d2ccc280a46728635bd7495cc140add63215b7ce
Author: Phil Sorber <[email protected]>
Date: 2016-02-14T05:54:26Z
TS-4211: Make freelist_new cleaner so we can debug better.
----
> Allocate only what we need for debugging
> ----------------------------------------
>
> Key: TS-4211
> URL: https://issues.apache.org/jira/browse/TS-4211
> Project: Traffic Server
> Issue Type: Improvement
> Reporter: Phil Sorber
>
> In freelists we align to page size before making the allocation call even
> though we do that inside the call too. This limits our debugging ability
> because it makes it look like we always want exactly page size when we might
> be using less. We should only ask for what we need to provide cleaner
> debugging.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)