13 char UNUSED(_dummy_cpp_object_size_compatibility);
static void free(SELF *self, void *ptr)
static void * realloc(SELF *self, void *ptr, size_t size)
static void * malloc(SELF *self, size_t size)
static void * calloc(SELF *self, size_t count, size_t size)
static void free(stdalloc *DEBUG_UNUSED(self), void *ptr)
static void * malloc(stdalloc *DEBUG_UNUSED(self), size_t size)
static void * calloc(stdalloc *DEBUG_UNUSED(self), size_t count, size_t size)
static void * realloc(stdalloc *DEBUG_UNUSED(self), void *ptr, size_t size)
#define DEBUG_UNUSED(ident)
#define DEBUG_ASSERT(expr)
An allocator for the standard allocator, which only has global state,.
static INDEX_TYPE size(SELF const *self)