Go to the source code of this file.
#define DUMP_BUF_SIZE 128 |
- Parameters
-
Deletes the mem atom and deallocates memory used by it.
Definition at line 56 of file mems.c.
- Parameters
-
size | size of memory to allocate |
- Returns
- mem atom
Creates a memory atom with reference count 1.
Definition at line 74 of file mems.c.
88 printf(
"<ATOM> [%08x] mem={%d bytes}\n",(
int)a,size);
98 #ifdef DEBUG_RUNTIME_ATOMS
102 dump_atom_address( a );
107 #ifdef DEBUG_COMPILETIME_ATOMS
111 dump_atom_address( a );
- Parameters
-
a | atom to dump |
level | dump level |
Dumps mem through the current outter function.
Definition at line 131 of file mems.c.
133 #define DUMP_BUF_SIZE 128