cbase 1.50.0
C/C++ Static Template
Loading...
Searching...
No Matches
mem_gpalloc.h
Go to the documentation of this file.
1
11
12#ifndef MEM_GPALLOC_H
13#define MEM_GPALLOC_H
14
15#include "base/base_macros.h"
16#include "base/base_types.h"
18
20
26
37
39
41
42#endif // MEM_GPALLOC_H
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.