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;
55 InternalAllocator *internal_allocator();
sanitizer_allocator.cc 61 InternalAllocator *internal_allocator() {
67 static ALIGNED(64) char internal_alloc_placeholder[sizeof(InternalAllocator)];
74 InternalAllocator *internal_allocator() {
75 InternalAllocator *internal_allocator_instance =
76 reinterpret_cast<InternalAllocator *>(&internal_alloc_placeholder);

Completed in 197 milliseconds