Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlmemory.c90 unsigned int mh_tag; member
183 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 …]