Searched refs:MEMTAG (Results 1 – 1 of 1) sorted by relevance
81 #define MEMTAG 0x5aa5 macro183 p->mh_tag = MEMTAG; in xmlMallocLoc()259 p->mh_tag = MEMTAG; in xmlMallocAtomicLoc()339 if (p->mh_tag != MEMTAG) { in xmlReallocLoc()343 p->mh_tag = ~MEMTAG; in xmlReallocLoc()368 p->mh_tag = MEMTAG; in xmlReallocLoc()445 if (p->mh_tag != MEMTAG) { in xmlMemFree()450 p->mh_tag = ~MEMTAG; in xmlMemFree()506 p->mh_tag = MEMTAG; in xmlMemStrdupLoc()706 if (p->mh_tag != MEMTAG) in xmlMemDisplayLast()[all …]