Anklang 0.3.0-460-gc4ef46ba
ASE — Anklang Sound Engine (C++)
« « « Anklang Documentation |
Additional Inherited Members | |
![]() | |
Arena (uint32 mem_size, uint32 alignment=cache_line_size) | |
Create isolated memory area. | |
size_t | alignment () const |
Alignment for block addresses and length. | |
uint64 | location () const |
Address of memory area. | |
uint64 | reserved () const |
Reserved memory area in bytes. | |
Block | allocate (uint32 length) const |
Create a memory block from cache-line aligned memory area, MT-Unsafe. | |
Block | allocate (uint32 length, std::nothrow_t) const |
void | release (Block allocatedblock) const |
Realease a previously allocated block, MT-Unsafe. | |
![]() | |
Arena (AllocatorP) | |
![]() | |
AllocatorP | fma |
Identifier for the associated memory allocator. | |