Home
last modified time | relevance | path

Searched defs:AndroidConfig (Results 1 – 2 of 2) sorted by relevance

/external/scudo/standalone/
Dallocator_config.h83 struct AndroidConfig { struct
88 typedef SizeClassAllocator64<AndroidConfig> Primary; argument
93 typedef SizeClassAllocator32<AndroidConfig> Primary; argument
100 typedef MapAllocatorCache<AndroidConfig> SecondaryCache; argument
101 static const u32 SecondaryCacheEntriesArraySize = 256U;
102 static const u32 SecondaryCacheQuarantineSize = 32U;
103 static const u32 SecondaryCacheDefaultMaxEntriesCount = 32U;
104 static const uptr SecondaryCacheDefaultMaxEntrySize = 2UL << 20;
105 static const s32 SecondaryCacheMinReleaseToOsIntervalMs = 0;
106 static const s32 SecondaryCacheMaxReleaseToOsIntervalMs = 1000;
[all …]
/external/llvm-project/compiler-rt/lib/scudo/standalone/
Dallocator_config.h39 struct AndroidConfig { struct
40 using SizeClassMap = AndroidSizeClassMap;
45 Primary;
48 typedef SizeClassAllocator32<SizeClassMap, 18U, 1000, 1000> Primary;
52 Secondary;
54 using TSDRegistryT = TSDRegistrySharedT<A, 8U, 2U>; // Shared, max 8 TSDs.