mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-21 14:53:44 +03:00
- Lots of improvements, too long to list here
- Push mode for the XML parser (HTML to come) - XML shell like interface for debug - improvements on XPath and validation Daniel
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* memory.h: interface for the memory allocation debug.
|
||||
* xmlmemory.h: interface for the memory allocation debug.
|
||||
*
|
||||
* Daniel.Veillard@w3.org
|
||||
*/
|
||||
@@ -24,6 +24,7 @@
|
||||
#define xmlInitMemory()
|
||||
#define xmlMemoryDump()
|
||||
#define xmlMemDisplay(x)
|
||||
#define xmlMemShow(x, d)
|
||||
|
||||
#else /* ! NO_DEBUG_MEMORY */
|
||||
#include <stdio.h>
|
||||
@@ -51,6 +52,7 @@ void xmlFree (void *ptr);
|
||||
char * xmlMemStrdup (const char *str);
|
||||
int xmlMemUsed (void);
|
||||
void xmlMemDisplay (FILE *fp);
|
||||
void xmlMemShow (FILE *fp, int nr);
|
||||
void xmlMemoryDump (void);
|
||||
int xmlInitMemory (void);
|
||||
|
||||
|
Reference in New Issue
Block a user