Struct Ase::Loft::AllocatorBase
ClassList > Ase > Loft > AllocatorBase
Internal Helper.
#include <loft.hh>
Inherited by the following classes: Ase::Loft::Allocator
Protected Static Functions
Type | Name |
---|---|
void * | loft_btalloc (size_t size, size_t align) Alloc in a fashion similar to malloc(), using boundary tags. |
void | loft_btfree (void * p, size_t size) Free memory allocted from loft_btalloc() . |
Protected Static Functions Documentation
function loft_btalloc
static void * Ase::Loft::AllocatorBase::loft_btalloc (
size_t size,
size_t align
)
function loft_btfree
static void Ase::Loft::AllocatorBase::loft_btfree (
void * p,
size_t size
)
The documentation for this class was generated from the following file /__w/anklang/anklang/ase/loft.hh