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

  /external/compiler-rt/lib/msan/
msan_allocator.cc 29 typedef SizeClassAllocator64<kAllocatorSpace, kAllocatorSize, kMetadataSize,
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_testlib.cc 39 typedef SizeClassAllocator64<kAllocatorSpace, kAllocatorSize, 0,
sanitizer_allocator_test.cc 35 typedef SizeClassAllocator64<
38 typedef SizeClassAllocator64<
130 TEST(SanitizerCommon, SizeClassAllocator64) {
196 typedef SizeClassAllocator64<
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.h 128 typedef SizeClassAllocator64<kAllocatorSpace, kAllocatorSize, sizeof(MBlock),
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h 282 // SizeClassAllocator64 -- allocator for 64-bit address space.
301 class SizeClassAllocator64 {
304 typedef SizeClassAllocator64<kSpaceBeg, kSpaceSize, kMetadataSize,
407 Printf("Stats: SizeClassAllocator64: %zdM mapped in %zd allocations; "
565 // efficient than SizeClassAllocator64.
801 // Objects of this type should be used as local caches for SizeClassAllocator64
909 // sizes not covered by more efficient allocators (e.g. SizeClassAllocator64).
    [all...]
  /external/compiler-rt/lib/asan/
asan_allocator2.cc 66 typedef SizeClassAllocator64<kAllocatorSpace, kAllocatorSize, 0 /*metadata*/,

Completed in 239 milliseconds