Searched refs:alloc_series (Results 1 – 1 of 1) sorted by relevance
21 container alloc_series ( size_t sz ) { in alloc_series() function30 container alloc_series ( size_t sz, float growth ) { in alloc_series() function42 container alloc_series ( const size_t *first, size_t len ) { in alloc_series() function76 ptrs = alloc_series ( 32 ); in exhaustion_test1()85 ptrs = alloc_series ( 32 ); in exhaustion_test1()93 ptrs = alloc_series ( 32 ); in exhaustion_test1()107 ptrs = alloc_series ( 32, 1.5 ); in exhaustion_test2()117 ptrs = alloc_series ( 32, 1.5 ); in exhaustion_test2()125 ptrs = alloc_series ( 32, 1.5 ); in exhaustion_test2()141 ptrs = alloc_series ( allocs, sizeof ( allocs ) / sizeof ( allocs[0] )); in exhaustion_test3()[all …]