Searched refs:internal_allocator (Results 1 – 8 of 8) sorted by relevance
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_allocator.cc | 61 InternalAllocator *internal_allocator() { in internal_allocator() function 74 InternalAllocator *internal_allocator() { 93 return internal_allocator()->Allocate(&internal_allocator_cache, size, 96 return internal_allocator()->Allocate(cache, size, alignment, false); 104 return internal_allocator()->Reallocate(&internal_allocator_cache, ptr, 107 return internal_allocator()->Reallocate(cache, ptr, size, alignment); 113 return internal_allocator()->Deallocate(&internal_allocator_cache, ptr); 115 internal_allocator()->Deallocate(cache, ptr); 148 return internal_allocator()->ReturnNullOrDie(); in InternalCalloc()
|
D | sanitizer_allocator_internal.h | 55 InternalAllocator *internal_allocator();
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_allocator.cpp | 81 InternalAllocator *internal_allocator() { in internal_allocator() function 94 InternalAllocator *internal_allocator() { in internal_allocator() function 113 return internal_allocator()->Allocate(&internal_allocator_cache, size, in RawInternalAlloc() 116 return internal_allocator()->Allocate(cache, size, alignment); in RawInternalAlloc() 124 return internal_allocator()->Reallocate(&internal_allocator_cache, ptr, in RawInternalRealloc() 127 return internal_allocator()->Reallocate(cache, ptr, size, alignment); in RawInternalRealloc() 133 return internal_allocator()->Deallocate(&internal_allocator_cache, ptr); in RawInternalFree() 135 internal_allocator()->Deallocate(cache, ptr); in RawInternalFree()
|
D | sanitizer_allocator_internal.h | 51 InternalAllocator *internal_allocator();
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_mman.cc | 123 internal_allocator()->InitCache(&proc->internal_alloc_cache); in AllocatorProcStart() 128 internal_allocator()->DestroyCache(&proc->internal_alloc_cache); in AllocatorProcFinish() 300 internal_allocator()->SwallowCache(&thr->proc()->internal_alloc_cache); in __tsan_on_thread_idle()
|
/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_mman.cpp | 134 internal_allocator()->InitCache(&proc->internal_alloc_cache); in AllocatorProcStart() 139 internal_allocator()->DestroyCache(&proc->internal_alloc_cache); in AllocatorProcFinish() 402 internal_allocator()->SwallowCache(&thr->proc()->internal_alloc_cache); in __tsan_on_thread_idle()
|
/external/libabigail/tests/data/test-annotate/ |
D | test15-pr18892.so.abi | 4375 <!-- __sanitizer::InternalAllocator* __sanitizer::internal_allocator() --> 4376 …<function-decl name='internal_allocator' filepath='../../.././libsanitizer/sanitizer_common/saniti…
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test15-pr18892.so.abi | 2382 …<function-decl name='internal_allocator' filepath='../../.././libsanitizer/sanitizer_common/saniti…
|