Searched refs:BACKLOG_TAG (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/bionic/
H A Dmalloc_debug_check.cpp61 #define BACKLOG_TAG 0xbabecafe macro
249 if (hdr->tag != ALLOCATION_TAG && hdr->tag != BACKLOG_TAG) {
258 if (hdr->tag == BACKLOG_TAG && was_used_after_free(hdr)) {
272 if (hdr->tag == BACKLOG_TAG) {
313 hdr->tag = BACKLOG_TAG;
386 if (hdr->tag == BACKLOG_TAG) {
429 if (hdr->tag == BACKLOG_TAG) {

Completed in 26 milliseconds