Lines Matching refs:PoolingInstanceAllocatorConfig
198 pub struct PoolingInstanceAllocatorConfig { struct
238 impl Default for PoolingInstanceAllocatorConfig { argument
239 fn default() -> PoolingInstanceAllocatorConfig { in default()
240 PoolingInstanceAllocatorConfig { in default()
257 impl PoolingInstanceAllocatorConfig { impl
374 pub fn new(config: &PoolingInstanceAllocatorConfig, tunables: &Tunables) -> Result<Self> { in new() argument
914 let config = PoolingInstanceAllocatorConfig { in test_pooling_allocator_with_memory_pages_exceeded()
920 ..PoolingInstanceAllocatorConfig::default() in test_pooling_allocator_with_memory_pages_exceeded()
946 let config = PoolingInstanceAllocatorConfig { in test_stack_zeroed()
956 ..PoolingInstanceAllocatorConfig::default() in test_stack_zeroed()
986 let config = PoolingInstanceAllocatorConfig { in test_stack_unzeroed()
996 ..PoolingInstanceAllocatorConfig::default() in test_stack_unzeroed()