On 2012-10-18 22:29, Sean Kelly wrote:

It's different in that a variable's address never actually changes.  When a 
thread completes it hands all of its pools to the shared allocator, and then 
per-thread allocators request free pools from the shared allocator before going 
to the OS.  This is basically how the HOARD allocator works.

Ah, now I see.

--
/Jacob Carlborg

Reply via email to