mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-30 22:43:14 +03:00
Improvement of doc, Raph patch for CORBA init, support for spaces in XPath, Daniel
This commit is contained in:
@ -27,7 +27,6 @@
|
||||
#include "xmlmemory.h"
|
||||
|
||||
#ifndef NO_DEBUG_MEMORY
|
||||
|
||||
#ifdef xmlMalloc
|
||||
#undef xmlMalloc
|
||||
#endif
|
||||
@ -37,6 +36,7 @@
|
||||
#ifdef xmlMemStrdup
|
||||
#undef xmlMemStrdup
|
||||
#endif
|
||||
|
||||
extern void xmlMemoryDump(void);
|
||||
|
||||
/*
|
||||
@ -233,11 +233,7 @@ xmlRealloc(void *ptr,int size) {
|
||||
* @ptr: the memory block pointer
|
||||
*
|
||||
* a free() equivalent, with error checking.
|
||||
*
|
||||
* Returns a pointer to the allocated area or NULL in case of lack of memory.
|
||||
*/
|
||||
|
||||
|
||||
void
|
||||
xmlFree(void *ptr)
|
||||
{
|
||||
@ -468,6 +464,8 @@ xmlMemoryDump(void)
|
||||
* xmlInitMemory:
|
||||
*
|
||||
* Initialize the memory layer.
|
||||
*
|
||||
* Returns 0 on success
|
||||
*/
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user