Searched refs:internal_allocator_cache (Results 1 – 2 of 2) sorted by relevance
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_allocator.cc | 71 static InternalAllocatorCache internal_allocator_cache; 93 return internal_allocator()->Allocate(&internal_allocator_cache, size, 104 return internal_allocator()->Reallocate(&internal_allocator_cache, ptr, 113 return internal_allocator()->Deallocate(&internal_allocator_cache, ptr);
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_allocator.cpp | 91 static InternalAllocatorCache internal_allocator_cache; variable 113 return internal_allocator()->Allocate(&internal_allocator_cache, size, in RawInternalAlloc() 124 return internal_allocator()->Reallocate(&internal_allocator_cache, ptr, in RawInternalRealloc() 133 return internal_allocator()->Deallocate(&internal_allocator_cache, ptr); in RawInternalFree()
|