Anklang 0.3.0-460-gc4ef46ba
ASE — Anklang Sound Engine (C++)
« « « Anklang Documentation |
Internal Helper. More...
#include "loft.hh"
Static Protected Member Functions | |
static void * | loft_btalloc (size_t size, size_t align) |
Alloc in a fashion similar to malloc(), using boundary tags. | |
static void | loft_btfree (void *p, size_t size) |
Free memory allocted from loft_btalloc(). | |
Alloc in a fashion similar to malloc(), using boundary tags.
Definition at line 460 of file loft.cc.
References ASE_UNLIKELY, assert_return, std::unique_ptr::get_deleter(), std::max(), std::unique_ptr::release(), and uintptr_t.
|
staticprotected |
Free memory allocted from loft_btalloc().
Definition at line 488 of file loft.cc.
References ASE_UNLIKELY, assert_return, free(), std::max(), and uintptr_t.