Is your feature request related to a problem? Please describe.
As it stands, we're unable to get much information our of our allocator. This means that if we need to debug allocations or memory problems, we have very little information.
At the least, if we could:
Track allocation/deallocation stacks
Track requested allocation size vs actual allocation size (internal fragmentation)
Is your feature request related to a problem? Please describe. As it stands, we're unable to get much information our of our allocator. This means that if we need to debug allocations or memory problems, we have very little information.
At the least, if we could: