Searched refs:InternalAllocatorCache (Results 1 – 3 of 3) sorted by relevance
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_allocator.cc | 33 static void *RawInternalAlloc(uptr size, InternalAllocatorCache *cache) { in RawInternalAlloc() 38 static void RawInternalFree(void *ptr, InternalAllocatorCache *cache) { in RawInternalFree() 53 static InternalAllocatorCache internal_allocator_cache; 70 static void *RawInternalAlloc(uptr size, InternalAllocatorCache *cache) { 79 static void RawInternalFree(void *ptr, InternalAllocatorCache *cache) { 91 void *InternalAlloc(uptr size, InternalAllocatorCache *cache) { in InternalAlloc() 101 void InternalFree(void *addr, InternalAllocatorCache *cache) { in InternalFree()
|
D | sanitizer_allocator_internal.h | 43 InternalAllocatorCache; typedef 45 typedef CombinedAllocator<PrimaryInternalAllocator, InternalAllocatorCache, 48 void *InternalAlloc(uptr size, InternalAllocatorCache *cache = 0); 49 void InternalFree(void *p, InternalAllocatorCache *cache = 0);
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl.h | 363 InternalAllocatorCache internal_alloc_cache;
|