Searched refs:kMagicAllocated (Results 1 – 1 of 1) sorted by relevance
38 constexpr uint64_t kMagicAllocated = UINT64_C(0x997af173b998b686); variable40 static_assert(sizeof(kMagicAllocated) == sizeof(kMagicFreed),66 sizeof(MemoryDebugPreamble) + sizeof(kMagicAllocated); in debugAlloc()82 memcpy(trailer, &kMagicAllocated, sizeof(kMagicAllocated)); in debugAlloc()108 } else if (memcmp(trailer, &kMagicAllocated, sizeof(kMagicAllocated)) != in debugFree()