emilk commented on PR #6790:
URL: https://github.com/apache/arrow-rs/pull/6790#issuecomment-2500321672

   > How are you measuring this? Many allocators, glibc especially, hang onto 
memory that isn't in use to avoid thrashing the TLB. They will reuse it, they 
just won't give it back to the system.
   
   I install an allocator and note down all calls to it. But I realized I had a 
bug in my call to `realloc` - I need to give it the layout of the _previous_ 
allocation, but I gave it the layout to the new allocation. Fixing that bug 
makes the realloc path work 👍 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to