Anklang C++ API 0.0.0
Loading...
Searching...
No Matches
AllocatorBase

#include "loft.hh"

Inheritance diagram for AllocatorBase:
[legend]

Static Protected Member Functions

static void *loft_btalloc (size_t size, size_t align)
static voidloft_btfree (void *p, size_t size)

Detailed Description

Internal Helper.

Member Function Documentation

loft_btalloc()

void * loft_btalloc ( size_t size,
size_t align
)
staticprotected

Alloc in a fashion similar to malloc(), using boundary tags.

loft_btfree()

void loft_btfree ( void * p,
size_t size
)
staticprotected

Free memory allocted from loft_btalloc().