<libroxml  version="3.0.2" />
contact: tristan.lelong@libroxml.net
roxml_mem.h
Go to the documentation of this file.
1 
12 #ifndef ROXML_MEMORY_H
13 #define ROXML_MEMORY_H
14 
15 #include "roxml_internal.h"
16 
18 
28 ROXML_INT void *roxml_malloc(int size, int num, int type);
29 
30 #endif /* ROXML_MEMORY_H */
ROXML_INT void * roxml_malloc(int size, int num, int type)
alloc memory function
Definition: roxml_mem.c:124
memory cell structure
Definition: roxml_types.h:40
memory_cell_t head_cell
head of memory manager
Definition: roxml_mem.c:16
internal header required by all libroxml sources