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

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.h1121 void *GetBlockBeginFastLocked(void *ptr) { function in class:__sanitizer::LargeMmapAllocator
1317 void *GetBlockBeginFastLocked(void *p) { function in class:__sanitizer::CombinedAllocator
1320 return secondary_.GetBlockBeginFastLocked(p);

Completed in 852 milliseconds