Home
last modified time | relevance | path

Searched refs:MEMTAG (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/
Dxmlmemory.c81 #define MEMTAG 0x5aa5 macro
182 p->mh_tag = MEMTAG; in xmlMallocLoc()
251 p->mh_tag = MEMTAG; in xmlMallocAtomicLoc()
331 if (p->mh_tag != MEMTAG) { in xmlReallocLoc()
335 p->mh_tag = ~MEMTAG; in xmlReallocLoc()
358 p->mh_tag = MEMTAG; in xmlReallocLoc()
435 if (p->mh_tag != MEMTAG) { in xmlMemFree()
440 p->mh_tag = ~MEMTAG; in xmlMemFree()
496 p->mh_tag = MEMTAG; in xmlMemStrdupLoc()
687 if (p->mh_tag != MEMTAG) in xmlMemDisplayLast()
[all …]