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

  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_test.cc 44 typedef SizeClassAllocator32<
218 typedef SizeClassAllocator32<
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h 563 // SizeClassAllocator32 -- allocator for 32-bit address space.
586 class SizeClassAllocator32 {
589 typedef SizeClassAllocator32<kSpaceBeg, kSpaceSize, kMetadataSize,
599 void *res = MmapOrDie(size, "SizeClassAllocator32");
752 "SizeClassAllocator32"));
802 // or SizeClassAllocator32. Since the typical use of this class is to have one
    [all...]
  /external/compiler-rt/lib/asan/
asan_allocator2.cc 71 typedef SizeClassAllocator32<0, kAddressSpaceSize, 16,

Completed in 786 milliseconds