<libroxml  version="3.0.2" />
contact: tristan.lelong@libroxml.net
Functions | Variables
roxml_mem.h File Reference

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 More...
 

Variables

memory_cell_t head_cell
 

Detailed Description

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.

Function Documentation

◆ roxml_malloc()

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

Parameters
sizethe size of memory to allocate for each elem
numthe number of element
typethe kind of pointer

Definition at line 124 of file roxml_mem.c.