HomeSort by relevance Sort by last modified time
    Searched refs:DEBUG_FREE_TAG (Results 1 - 3 of 3) sorted by null

  /bionic/libc/malloc_debug/
malloc_debug.h 67 constexpr uint32_t DEBUG_FREE_TAG = 0x1cc7dccd;
FreeTrackData.cpp 70 if (header->tag != DEBUG_FREE_TAG) {
malloc_debug.cpp 120 if (header->tag == DEBUG_FREE_TAG) {
358 header->tag = DEBUG_FREE_TAG;

Completed in 94 milliseconds