Searched defs:GetBlockBeginFastLocked (Results 1 - 1 of 1) sorted by relevance
/external/compiler-rt/lib/sanitizer_common/ | ||
H A D | sanitizer_allocator.h | 1150 void *GetBlockBeginFastLocked(void *ptr) { function in class:__sanitizer::LargeMmapAllocator 1384 void *GetBlockBeginFastLocked(void *p) { function in class:__sanitizer::CombinedAllocator 1387 return secondary_.GetBlockBeginFastLocked(p); |
Completed in 30 milliseconds