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

/src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_allocator.cc475 uptr alloc_beg = reinterpret_cast<uptr>(allocated); local in function:__asan::Allocator::Allocate
706 AsanChunk *GetAsanChunk(void *alloc_beg) { argument
720 void *alloc_beg = allocator.GetBlockBegin(reinterpret_cast<void *>(p)); local in function:__asan::Allocator::GetAsanChunkByAddr
726 void *alloc_beg = local in function:__asan::Allocator::GetAsanChunkByAddrFastLocked
[all...]

Completed in 16 milliseconds