Skip to content

Allocation Pools #723

Description

@kenje4090
  • 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions