|
ReactOS 0.4.16-dev-2132-g3885311
|

Go to the source code of this file.
Functions | |
| XML_HIDDEN void | xmlInitMemoryInternal (void) |
| XML_HIDDEN void | xmlCleanupMemoryInternal (void) |
| XML_HIDDEN void xmlCleanupMemoryInternal | ( | void | ) |
xmlCleanupMemoryInternal:
Free up all the memory allocated by the library for its own use. This should not be called by user level code.
Definition at line 880 of file xmlmemory.c.
Referenced by xmlCleanupParser().
| XML_HIDDEN void xmlInitMemoryInternal | ( | void | ) |
xmlInitMemoryInternal:
Initialize the memory layer.
Returns 0 on success
Definition at line 846 of file xmlmemory.c.
Referenced by xmlInitParser().