Let the allocator determine if it should be inherited by new thread. #5521
xzores
started this conversation in
Ideas/Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am asking for a feature for the allocators which could be a boolean or maybe even a proc, which lets the allocator define what allocator a new thread should inherit.
I find myself having problem with this when i use the tracking allocator or try and measure memory usage across threads, and I think that it is actually the context.allocator which should determine what allocator the thread should use (of course this should be able to be overruled by the user).
Beta Was this translation helpful? Give feedback.
All reactions