Context detection, compiler abstractions, utility macros, and data structures.
Core fixed-width type aliases and memory size constants.
#define C_LINKAGE_END
Closes a C linkage block for C++ compilers (Empty in C).
#define C_LINKAGE_BEGIN
Opens a C linkage block for C++ compilers (Empty in C).
MemAllocator mem_gpalloc(void)
Retrieves the generic allocator interface for the GP Allocator.
Generic interface for abstracting memory allocators.
An abstract allocator interface.