Searched refs:allocator_caches (Results 1 – 1 of 1) sorted by relevance
74 InternalMmapVector<uptr> allocator_caches; in LockStuffAndStopTheWorld() member108 GetAllThreadAllocatorCachesLocked(¶ms.allocator_caches); in LockStuffAndStopTheWorld()109 __sanitizer::Sort(params.allocator_caches.data(), in LockStuffAndStopTheWorld()110 params.allocator_caches.size()); in LockStuffAndStopTheWorld()119 auto i = __sanitizer::InternalLowerBound(params->allocator_caches, begin); in LockStuffAndStopTheWorld()120 if (i < params->allocator_caches.size() && in LockStuffAndStopTheWorld()121 params->allocator_caches[i] >= begin && in LockStuffAndStopTheWorld()122 params->allocator_caches[i] <= end && in LockStuffAndStopTheWorld()123 end - params->allocator_caches[i] >= sizeof(AllocatorCache)) { in LockStuffAndStopTheWorld()125 ScanRangeForPointers(begin, params->allocator_caches[i], in LockStuffAndStopTheWorld()[all …]