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

  /external/compiler-rt/lib/msan/
msan_allocator.cc 63 typedef SizeClassAllocator64<kAllocatorSpace, kAllocatorSize, kMetadataSize,
73 typedef SizeClassAllocator64<kAllocatorSpace, kAllocatorSize, kMetadataSize,
  /external/compiler-rt/lib/asan/
asan_allocator.h 130 typedef SizeClassAllocator64<kAllocatorSpace, kAllocatorSize, 0 /*metadata*/,
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_testlib.cc 40 // typedef SizeClassAllocator64<kAllocatorSpace, kAllocatorSize, 0,
41 typedef SizeClassAllocator64<~(uptr)0, kAllocatorSize, 0,
sanitizer_allocator_test.cc 42 typedef SizeClassAllocator64<
45 typedef SizeClassAllocator64<
157 TEST(SanitizerCommon, SizeClassAllocator64) {
261 typedef SizeClassAllocator64<
785 typedef SizeClassAllocator64<kAllocatorSpace, kAllocatorSize, 0,
  /external/compiler-rt/lib/lsan/
lsan_allocator.cc 48 typedef SizeClassAllocator64<kAllocatorSpace, kAllocatorSize,
  /external/compiler-rt/lib/scudo/
scudo_allocator.cpp 38 typedef SizeClassAllocator64<AllocatorSpace, AllocatorSize, 0, SizeClassMap>
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h 298 // SizeClassAllocator64 -- allocator for 64-bit address space.
318 class SizeClassAllocator64 {
321 typedef SizeClassAllocator64<kSpaceBeg, kSpaceSize, kMetadataSize,
438 Printf("Stats: SizeClassAllocator64: %zdM mapped in %zd allocations; "
688 // efficient than SizeClassAllocator64.
926 // Objects of this type should be used as local caches for SizeClassAllocator64
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.h 69 typedef SizeClassAllocator64<Mapping::kHeapMemBeg,

Completed in 367 milliseconds