Memory Allocation Strategies
There are several strategies to allocate & manage memory in a program.
Common allocators include:
- Memory Arena / Linear Allocator / Bump Allocator
- Fixed Size Chunk Allocator…
- Heap
- Pool Allocators
- …
There are several strategies to allocate & manage memory in a program.
Common allocators include: