DescriptionPut TCMalloc cleanup near the end of destructor list
Try to make sure that the destructor at thread termination
for TCMalloc is called later than most any other
destructors. If other destructors are called later,
and if they use malloc, then TCMalloc will start a new
instance, and never cleanup :-(
r=rvargas
BUG=103209
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=110987
Patch Set 1 #
Total comments: 1
Messages
Total messages: 4 (0 generated)
|