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

/bionic/libc/malloc_debug/
H A Dmalloc_debug.h67 constexpr uint32_t DEBUG_FREE_TAG = 0x1cc7dccd; variable
H A DFreeTrackData.cpp70 if (header->tag != DEBUG_FREE_TAG) {
H A Dmalloc_debug.cpp120 if (header->tag == DEBUG_FREE_TAG) {
358 header->tag = DEBUG_FREE_TAG;

Completed in 61 milliseconds