Searched defs:AP32 (Results 1 – 4 of 4) sorted by relevance
25 struct AP32 { struct35 typedef SizeClassAllocator32<AP32> PrimaryInternalAllocator; argument
55 struct AP32 { struct 66 using PrimaryAllocatorASVT = SizeClassAllocator32<AP32<AddressSpaceView>>; argument
57 struct AP32 { struct58 static const uptr kSpaceBeg = 0;59 static const u64 kSpaceSize = SANITIZER_MMAP_RANGE_SIZE;60 static const uptr kMetadataSize = sizeof(Metadata);61 typedef __sanitizer::CompactSizeClassMap SizeClassMap;62 static const uptr kRegionSizeLog = 20;63 using AddressSpaceView = LocalAddressSpaceView;64 typedef MsanMapUnmapCallback MapUnmapCallback;65 static const uptr kFlags = 0;
62 struct AP32 { struct72 typedef SizeClassAllocator32<AP32> PrimaryAllocator; argument