<libroxml
version="3.0.2"
/>
contact:
tristan.lelong@libroxml.net
src
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
17
extern
memory_cell_t
head_cell
;
18
28
ROXML_INT
void
*
roxml_malloc
(
int
size,
int
num,
int
type);
29
30
#endif
/* ROXML_MEMORY_H */
roxml_internal.h
internal header required by all libroxml sources
roxml_malloc
ROXML_INT void * roxml_malloc(int size, int num, int type)
alloc memory function
Definition
roxml_mem.c:124
head_cell
memory_cell_t head_cell
head of memory manager
Definition
roxml_mem.c:16
memory_cell_t
memory cell structure
Definition
roxml_types.h:40
Generated on Tue Jul 2 2024 21:08:20 for libroxml by
1.9.8