HomeSort by relevance Sort by last modified time
    Searched refs:AllocatorCache (Results 1 - 4 of 4) sorted by null

  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator64_testlib.cc 26 PrimaryAllocator> AllocatorCache;
28 typedef CombinedAllocator<PrimaryAllocator, AllocatorCache,
31 static THREADLOCAL AllocatorCache cache;
sanitizer_allocator64_test.cc 24 AllocatorCache;
187 typedef CombinedAllocator<PrimaryAllocator, AllocatorCache,
190 AllocatorCache cache;
232 static THREADLOCAL AllocatorCache static_allocator_cache;
238 AllocatorCache cache;
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator64.h 465 // PrimaryAllocator is used via a local AllocatorCache.
467 template <class PrimaryAllocator, class AllocatorCache,
476 void *Allocate(AllocatorCache *cache, uptr size, uptr alignment,
497 void Deallocate(AllocatorCache *cache, void *p) {
505 void *Reallocate(AllocatorCache *cache, void *p, uptr new_size,
553 void SwallowCache(AllocatorCache *cache) {
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.h 61 PrimaryAllocator> AllocatorCache;
63 typedef CombinedAllocator<PrimaryAllocator, AllocatorCache,
272 AllocatorCache alloc_cache;

Completed in 147 milliseconds