Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allocation Pools #723

Open
kenje4090 opened this issue Dec 27, 2021 · 0 comments
Open

Allocation Pools #723

kenje4090 opened this issue Dec 27, 2021 · 0 comments

Comments

@kenje4090
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant