coan 4.2.4
|
#include <stdlib.h>
Go to the source code of this file.
Typedefs | |
typedef char * | heap_str |
typedef char const * | heap_str_const |
Functions | |
void * | allocate (size_t bytes) |
void * | zallocate (size_t bytes) |
void * | reallocate (void *ptr, size_t bytes) |
void * | callocate (size_t items, size_t size) |
void | release (void **pp) |
void * | clone (void const *src, size_t len) |
This file provides the Memory component interface
Definition in file memory.h.