#include <defalloc.h>
Static Public Member Functions | |
static void * | alloc (int s) |
static void | free (void *p) |
Definition at line 28 of file defalloc.h.
static void* DefaultAlloc::alloc | ( | int | s | ) | [inline, static] |
Definition at line 29 of file defalloc.h.
References ats_malloc().
static void DefaultAlloc::free | ( | void * | p | ) | [inline, static] |
Definition at line 30 of file defalloc.h.
References ats_free().