Home
last modified time | relevance | path

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

/aosp_15_r20/external/scudo/config/
H A Dcustom_scudo_config.h42 struct AndroidNormalSizeClassConfig { struct
44 static const uptr NumBits = 7;
45 static const uptr MinSizeLog = 4;
46 static const uptr MidSizeLog = 6;
47 static const uptr MaxSizeLog = 16;
48 static const u16 MaxNumCachedHint = 13;
49 static const uptr MaxBytesCachedLog = 13;
51 static constexpr uptr Classes[] = {
80 typedef TableSizeClassMap<AndroidNormalSizeClassConfig> argument