MaderNoob/galloc

Allocation statistics at runtime

Alexis211 opened this issue · 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