1
0
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:
Daniel Veillard
1999-10-08 09:40:39 +00:00
parent 539195b40d
commit 00fdf370d3
28 changed files with 483 additions and 517 deletions

View File

@ -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
*/