galloc icon indicating copy to clipboard operation
galloc copied to clipboard

Allocation statistics at runtime

Open Alexis211 opened this issue 2 years ago • 0 comments

It would be nice to be able to obtain some information on the allocator during runtime:

  • how many bytes are currently allocated?
  • how many bytes can still be allocated?
  • what is the biggest size that can be allocated?
  • possibly, more detailed statistics about the free/occupied slots per size

Alexis211 avatar Jun 22 '23 14:06 Alexis211