RESERVE_SIZE      113 third_party/libxml/src/xmlmemory.c #define CLIENT_2_HDR(a) ((MEMHDR *) (((char *) (a)) - RESERVE_SIZE))
RESERVE_SIZE      114 third_party/libxml/src/xmlmemory.c #define HDR_2_CLIENT(a)    ((void *) (((char *) (a)) + RESERVE_SIZE))
RESERVE_SIZE      174 third_party/libxml/src/xmlmemory.c     p = (MEMHDR *) malloc(RESERVE_SIZE+size);
RESERVE_SIZE      242 third_party/libxml/src/xmlmemory.c     p = (MEMHDR *) malloc(RESERVE_SIZE+size);
RESERVE_SIZE      345 third_party/libxml/src/xmlmemory.c     p = (MEMHDR *) realloc(p,RESERVE_SIZE+size);
RESERVE_SIZE      489 third_party/libxml/src/xmlmemory.c     p = (MEMHDR *) malloc(RESERVE_SIZE+size);