Replies: 1 comment 1 reply
-
The problem with this is the highly parallel nature of the allocator, there is no global order of the allocations as two threads can allocate blocks concurrently. Still, it could be useful for early initialization allocations which usually happen in a single thread linear order. But it's probably easier for you to put it in place in the wrappings around rpmalloc, for example in the allocation tracker. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Are there any plans to support crtBreakAlloc like functionality in the future?
Beta Was this translation helpful? Give feedback.
All reactions