Searched refs:InternalAllocatorCache (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_internal.h43 InternalAllocatorCache; typedef in namespace:__sanitizer
45 typedef CombinedAllocator<PrimaryInternalAllocator, InternalAllocatorCache,
48 void *InternalAlloc(uptr size, InternalAllocatorCache *cache = nullptr);
49 void InternalFree(void *p, InternalAllocatorCache *cache = nullptr);
H A Dsanitizer_allocator.cc34 static void *RawInternalAlloc(uptr size, InternalAllocatorCache *cache) {
39 static void RawInternalFree(void *ptr, InternalAllocatorCache *cache) {
54 static InternalAllocatorCache internal_allocator_cache;
71 static void *RawInternalAlloc(uptr size, InternalAllocatorCache *cache) {
80 static void RawInternalFree(void *ptr, InternalAllocatorCache *cache) {
92 void *InternalAlloc(uptr size, InternalAllocatorCache *cache) {
102 void InternalFree(void *addr, InternalAllocatorCache *cache) {
/freebsd-11.0-release/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h364 InternalAllocatorCache internal_alloc_cache;

Completed in 93 milliseconds