DescriptionAvoid any possibility of an Alloc during TLS thread teardown
GIven that TCMalloc might get its thread teardown
notifgication ahead of the profiler, we need to be
careful to not do an alloc in the teardown handler.
If we did, we might bring TCMalloc back to life on
this thread... and it might not get a second teardown
notification.
r=rtenneti
BUG=104696
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=110706
Patch Set 1 #Patch Set 2 : '' #Patch Set 3 : '' #Patch Set 4 : '' #
Total comments: 9
Patch Set 5 : '' #Patch Set 6 : '' #Messages
Total messages: 4 (0 generated)
|