Home
last modified time | relevance | path

Searched defs:alloc_beg (Results 1 – 3 of 3) sorted by relevance

/external/compiler-rt/lib/asan/
Dasan_allocator.cc388 uptr alloc_beg = reinterpret_cast<uptr>(allocated); in Allocate() local
605 void *alloc_beg = allocator.GetBlockBegin(reinterpret_cast<void *>(p)); in GetAsanChunkByAddr() local
611 void *alloc_beg = in GetAsanChunkByAddrFastLocked() local
/external/llvm-project/compiler-rt/lib/memprof/
Dmemprof_allocator.cpp570 uptr alloc_beg = reinterpret_cast<uptr>(allocated); in Allocate() local
641 void *alloc_beg = m->AllocBeg(); in Deallocate() local
721 void *alloc_beg = allocator.GetBlockBegin(reinterpret_cast<void *>(p)); in GetMemprofChunkByAddr() local
/external/llvm-project/compiler-rt/lib/asan/
Dasan_allocator.cpp559 uptr alloc_beg = reinterpret_cast<uptr>(allocated); in Allocate() local
793 void *alloc_beg = allocator.GetBlockBegin(reinterpret_cast<void *>(p)); in GetAsanChunkByAddr() local
799 void *alloc_beg = in GetAsanChunkByAddrFastLocked() local