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

/freebsd-11.0-release/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.cc44 InternalAllocator *internal_allocator() { function in namespace:__sanitizer
57 InternalAllocator *internal_allocator() {
74 return internal_allocator()->Allocate(&internal_allocator_cache, size, 8,
77 return internal_allocator()->Allocate(cache, size, 8, false);
83 return internal_allocator()->Deallocate(&internal_allocator_cache, ptr);
85 internal_allocator()->Deallocate(cache, ptr);
H A Dsanitizer_allocator_internal.h50 InternalAllocator *internal_allocator();
/freebsd-11.0-release/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cc72 internal_allocator()->InitCache(&thr->internal_alloc_cache);
77 internal_allocator()->DestroyCache(&thr->internal_alloc_cache);
242 internal_allocator()->SwallowCache(&thr->internal_alloc_cache);

Completed in 67 milliseconds