Home
last modified time | relevance | path

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

/external/scudo/standalone/
Dallocator_config.h61 struct DefaultConfig { struct
66 typedef SizeClassAllocator64<DefaultConfig> Primary; argument
73 typedef SizeClassAllocator32<DefaultConfig> Primary; argument
80 typedef MapAllocatorCache<DefaultConfig> SecondaryCache; argument
81 static const u32 SecondaryCacheEntriesArraySize = 32U;
82 static const u32 SecondaryCacheQuarantineSize = 0U;
83 static const u32 SecondaryCacheDefaultMaxEntriesCount = 32U;
84 static const uptr SecondaryCacheDefaultMaxEntrySize = 1UL << 19;
85 static const s32 SecondaryCacheMinReleaseToOsIntervalMs = INT32_MIN;
86 static const s32 SecondaryCacheMaxReleaseToOsIntervalMs = INT32_MAX;
[all …]
/external/vulkan-validation-layers/tests/
Dvktestframework.cpp237 static const char *DefaultConfig = variable
/external/libvpx/libvpx/test/
Dresize_test.cc522 void DefaultConfig() { in DefaultConfig() function in __anonb9fa42590111::ResizeRealtimeTest
/external/libaom/libaom/test/
Dresize_test.cc445 void DefaultConfig() { in DefaultConfig() function in __anon52f4c5770111::ResizeRealtimeTest
/external/webrtc/call/
Dbitrate_allocator_unittest.cc123 MediaStreamAllocationConfig DefaultConfig() const { in DefaultConfig() function in webrtc::BitrateAllocatorTest