Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/
Dmalloc_debug.h59 constexpr uint32_t DEBUG_TAG = 0x1ee7d00d; variable
Dmalloc_debug.cpp196 if (header->tag != DEBUG_TAG) { in VerifyPointer()
228 header->tag = DEBUG_TAG; in InitHeader()