Searched defs:ALLOCATION_TAG (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/bionic/
H A Dmalloc_debug_check.cpp60 #define ALLOCATION_TAG 0x1ee7d00d macro
187 hdr->tag = ALLOCATION_TAG;
196 if (hdr->tag != ALLOCATION_TAG) {
249 if (hdr->tag != ALLOCATION_TAG && hdr->tag != BACKLOG_TAG) {

Completed in 44 milliseconds