mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-30 22:43:14 +03:00
started integrating the non-controversial parts of Gary Pennington
* HTMLtree.c catalog.c debugXML.c entities.c nanoftp.c parser.c valid.c xmlmemory.c xpath.c xpointer.c: started integrating the non-controversial parts of Gary Pennington multithread patches * catalog.c: corrected a small bug introduced Daniel
This commit is contained in:
@ -94,9 +94,9 @@ typedef struct memnod {
|
||||
static unsigned long debugMemSize = 0;
|
||||
static unsigned long debugMaxMemSize = 0;
|
||||
static int block=0;
|
||||
int xmlMemStopAtBlock = 0;
|
||||
void *xmlMemTraceBlockAt = NULL;
|
||||
int xmlMemInitialized = 0;
|
||||
static int xmlMemStopAtBlock = 0;
|
||||
static void *xmlMemTraceBlockAt = NULL;
|
||||
static int xmlMemInitialized = 0;
|
||||
#ifdef MEM_LIST
|
||||
static MEMHDR *memlist = NULL;
|
||||
#endif
|
||||
@ -625,7 +625,7 @@ void debugmem_tag_error(void *p)
|
||||
#endif
|
||||
}
|
||||
|
||||
FILE *xmlMemoryDumpFile = NULL;
|
||||
static FILE *xmlMemoryDumpFile = NULL;
|
||||
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user