<libroxml
version="3.0.2"
/>
|
XML internal memory management module. More...
#include "roxml_internal.h"
Go to the source code of this file.
Functions | |
ROXML_INT void * | roxml_malloc (int size, int num, int type) |
alloc memory function | |
Variables | |
memory_cell_t | head_cell |
head of memory manager | |
XML internal memory management module.
(c) copyright 2014 tristan lelong trist.nosp@m.an.l.nosp@m.elong.nosp@m.@lib.nosp@m.roxml.nosp@m..net
SPDX-Licence-Identifier: lgpl-2.1+ the author added a static linking exception, see license.txt.
Definition in file roxml_mem.h.
ROXML_INT void * roxml_malloc | ( | int | size, |
int | num, | ||
int | type | ||
) |
alloc memory function
this function allocate some memory that will be reachable at any time by libroxml memory manager
size | the size of memory to allocate for each elem |
num | the number of element |
type | the kind of pointer |
Definition at line 124 of file roxml_mem.c.
|
extern |
head of memory manager
Definition at line 16 of file roxml_mem.c.