|
coan 4.2.4
|

Go to the source code of this file.
Functions | |
| static void * | no_alloc_fail (void *ptr) |
| 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 implements the Memory component.
Definition in file memory.c.