Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp464 uptr alloc_beg = reinterpret_cast<uptr>(allocated); Allocate() local
528 void *alloc_beg = m->AllocBeg(); Deallocate() local
607 void *alloc_beg = allocator.GetBlockBegin(reinterpret_cast<void *>(p)); GetMemprofChunkByAddr() local
[all...]
/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp595 uptr alloc_beg = reinterpret_cast<uptr>(allocated); Allocate() local
824 void *alloc_beg = allocator.GetBlockBegin(reinterpret_cast<void *>(p)); GetAsanChunkByAddr() local
830 void *alloc_beg = GetAsanChunkByAddrFastLocked() local
[all...]