coan 4.2.4
#include <stdlib.h>
Include dependency graph for memory.h:
This graph shows which files directly or indirectly include this file:

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)

Detailed Description

This file provides the Memory component interface

Definition in file memory.h.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines