Searched defs:SizeClassAllocator64 (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.h294 // SizeClassAllocator64 -- allocator for 64-bit address space.
313 class SizeClassAllocator64 { class in namespace:__sanitizer
316 typedef SizeClassAllocator64<kSpaceBeg, kSpaceSize, kMetadataSize,
419 Printf("Stats: SizeClassAllocator64: %zdM mapped in %zd allocations; "
662 // efficient than SizeClassAllocator64.
893 // Objects of this type should be used as local caches for SizeClassAllocator64
1001 // sizes not covered by more efficient allocators (e.g. SizeClassAllocator64).

Completed in 69 milliseconds