[
https://issues.apache.org/jira/browse/TS-4211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15155084#comment-15155084
]
ASF subversion and git services commented on TS-4211:
-----------------------------------------------------
Commit 9c707a89d58f0b635cc3c2070025ba08161beec0 in trafficserver's branch
refs/heads/master from [~psudaemon]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=9c707a8 ]
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
> Assignee: Phil Sorber
> Fix For: 6.2.0
>
>
> 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)