Struct HeapAllocator
¶
Defined in
File heap.hpp
Page Contents
Struct Documentation
Struct Documentation
¶
struct
HeapAllocator
¶
Public Static Functions
static
inline
void
*
allocate
(
size_t
size
)
¶
static
inline
void
deallocate
(
void
*
ptr
,
size_t
size
)
¶
static
inline
void
free
(
void
*
ptr
)
¶
Gaia
Navigation
Contributing
The developer’s handbook
Code Reference
File Hierarchy
Full API
Related Topics
Documentation overview
Code Reference
Previous:
Struct AnonMap::Entry
Next:
Struct Object