aboutsummaryrefslogtreecommitdiffstats
path: root/xmlmemory.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>1999-10-08 09:40:39 +0000
committerDaniel Veillard <veillard@src.gnome.org>1999-10-08 09:40:39 +0000
commit00fdf370d37d016629b8e27326eab426c6bcb2ee (patch)
treee6bc2cfcae5e3212d35bcb37496023ed56431295 /xmlmemory.c
parent539195b40d5a66beeebea1ba870b6e6a588bee48 (diff)
downloadandroid_external_libxml2-00fdf370d37d016629b8e27326eab426c6bcb2ee.tar.gz
android_external_libxml2-00fdf370d37d016629b8e27326eab426c6bcb2ee.tar.bz2
android_external_libxml2-00fdf370d37d016629b8e27326eab426c6bcb2ee.zip
Improvement of doc, Raph patch for CORBA init, support for spaces in XPath, Daniel
Diffstat (limited to 'xmlmemory.c')
-rw-r--r--xmlmemory.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/xmlmemory.c b/xmlmemory.c
index 5e304f41..ca9e9c01 100644
--- a/xmlmemory.c
+++ b/xmlmemory.c
@@ -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
*/