Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_allocator.cc69 static const uptr kAllocBegMagic = 0xCC6E96B9; variable
147 CHECK_EQ(alloc_magic[0], kAllocBegMagic); in Recycle()
407 reinterpret_cast<uptr *>(alloc_beg)[0] = kAllocBegMagic; in Allocate()
599 if (alloc_magic[0] == kAllocBegMagic) in GetAsanChunk()