MEMHDR            108 third_party/libxml/src/xmlmemory.c #define HDR_SIZE    sizeof(MEMHDR)
MEMHDR            113 third_party/libxml/src/xmlmemory.c #define CLIENT_2_HDR(a) ((MEMHDR *) (((char *) (a)) - RESERVE_SIZE))
MEMHDR            121 third_party/libxml/src/xmlmemory.c static MEMHDR *memlist = NULL;
MEMHDR            126 third_party/libxml/src/xmlmemory.c static void  debugmem_list_add(MEMHDR *);
MEMHDR            127 third_party/libxml/src/xmlmemory.c static void debugmem_list_delete(MEMHDR *);
MEMHDR            163 third_party/libxml/src/xmlmemory.c     MEMHDR *p;
MEMHDR            174 third_party/libxml/src/xmlmemory.c     p = (MEMHDR *) malloc(RESERVE_SIZE+size);
MEMHDR            231 third_party/libxml/src/xmlmemory.c     MEMHDR *p;
MEMHDR            242 third_party/libxml/src/xmlmemory.c     p = (MEMHDR *) malloc(RESERVE_SIZE+size);
MEMHDR            314 third_party/libxml/src/xmlmemory.c     MEMHDR *p;
MEMHDR            345 third_party/libxml/src/xmlmemory.c     p = (MEMHDR *) realloc(p,RESERVE_SIZE+size);
MEMHDR            406 third_party/libxml/src/xmlmemory.c     MEMHDR *p;
MEMHDR            484 third_party/libxml/src/xmlmemory.c     MEMHDR *p;
MEMHDR            489 third_party/libxml/src/xmlmemory.c     p = (MEMHDR *) malloc(RESERVE_SIZE+size);
MEMHDR            581 third_party/libxml/src/xmlmemory.c xmlMemContentShow(FILE *fp, MEMHDR *p)
MEMHDR            597 third_party/libxml/src/xmlmemory.c 	    MEMHDR *q;
MEMHDR            645 third_party/libxml/src/xmlmemory.c     MEMHDR *p;
MEMHDR            716 third_party/libxml/src/xmlmemory.c     MEMHDR *p;
MEMHDR            786 third_party/libxml/src/xmlmemory.c static void debugmem_list_add(MEMHDR *p)
MEMHDR            798 third_party/libxml/src/xmlmemory.c static void debugmem_list_delete(MEMHDR *p)
MEMHDR            846 third_party/libxml/src/xmlmemory.c     MEMHDR *p;