Anklang 0.3.0-460-gc4ef46ba
ASE — Anklang Sound Engine (C++)

« « « Anklang Documentation
Loading...
Searching...
No Matches
List of all members
Ase::FastMemory::EmptyArena Struct Reference
Inheritance diagram for Ase::FastMemory::EmptyArena:
[legend]

Additional Inherited Members

- Public Member Functions inherited from Ase::FastMemory::Arena
 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.
 
- Protected Member Functions inherited from Ase::FastMemory::Arena
 Arena (AllocatorP)
 
- Protected Attributes inherited from Ase::FastMemory::Arena
AllocatorP fma
 Identifier for the associated memory allocator.
 

Detailed Description

Definition at line 393 of file memory.cc.

Constructor & Destructor Documentation

◆ EmptyArena()

Ase::FastMemory::EmptyArena::EmptyArena ( )

Definition at line 394 of file memory.cc.


The documentation for this struct was generated from the following file: