CBuild wiki
Global arena for CBuild. Uses bump allocator under the hood.
License: GPL-3.0-or-later.
Same as malloc. Can return NULL.
Same as realloc. Does not free old memory. Can return
NULL.
sprintf that allocates using
cbuild_temp_malloc.
vsprintf that allocates using
cbuild_temp_malloc.
strdup that allocates using
cbuild_temp_malloc.
Same as strdup but copies raw memory. Allocates using
cbuild_temp_malloc.
Reset temporary allocator back to checkpointsize_t.
Create new allocator checkpoint.
Profile temp allocator. Same as cbuild_arena_profile