cx icon indicating copy to clipboard operation
cx copied to clipboard

Allocation Pools

Open kenje4090 opened this issue 3 years ago • 0 comments

  • allow objects on the heap to be tagged with specific Malloc/Memory Allocation pools
  • each pool has a counter for the number of objects, size of objects in the pool, start memory location, and end memory location
  • create a "default" pool that is used or a default allocation policy/pool that is used if no other is specified

This is for accounting for memory used for a specific application or for restricting memory allocations for specific applications into a fixed boundary of memory.

kenje4090 avatar Dec 27 '21 06:12 kenje4090