Memory allocation primitives: arenas and the default heap wrappers built on them. More...
|
Modules | |
| Arenas | |
| Region-oriented allocation primitives used by the default memory wrappers and by callers that need deterministic allocation behavior. | |
| Default Allocator | |
| Drop-in sys_malloc()/sys_calloc()/sys_realloc()/sys_free() wrappers around the process's allocator, or a configured default arena. | |
Memory allocation primitives: arenas and the default heap wrappers built on them.