hant-hub / hant-hub/CSimpleCompiler
Additional Memory Allocators
Open
enhancement
good first issue
- Dominant language
- C
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Currently there is a memory allocator interface which allows for arbitrary custom allocators. It would be good to flesh
out the utilities to have more allocators.
Some good places to start are, arena allocators (stack based allocation also known as bump allocators),
Block allocators, Pool allocators, Page allocators, etc.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.