HomeSort by relevance Sort by last modified time
    Searched refs:InternalAllocator (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator_internal.h 46 LargeMmapAllocator<> > InternalAllocator;
50 InternalAllocator *internal_allocator();
sanitizer_allocator.cc 43 InternalAllocator *internal_allocator() {
49 static ALIGNED(64) char internal_alloc_placeholder[sizeof(InternalAllocator)];
56 InternalAllocator *internal_allocator() {
57 InternalAllocator *internal_allocator_instance =
58 reinterpret_cast<InternalAllocator *>(&internal_alloc_placeholder);

Completed in 194 milliseconds