Lines Matching refs:alloc_series
29 container alloc_series ( size_t sz ) { in alloc_series() function
38 container alloc_series ( size_t sz, float growth ) { in alloc_series() function
50 container alloc_series ( const size_t *first, size_t len ) { in alloc_series() function
84 ptrs = alloc_series ( 32 ); in exhaustion_test1()
93 ptrs = alloc_series ( 32 ); in exhaustion_test1()
101 ptrs = alloc_series ( 32 ); in exhaustion_test1()
115 ptrs = alloc_series ( 32, 1.5 ); in exhaustion_test2()
127 ptrs = alloc_series ( 32, 1.5 ); in exhaustion_test2()
136 ptrs = alloc_series ( 32, 1.5 ); in exhaustion_test2()
153 ptrs = alloc_series ( allocs, sizeof ( allocs ) / sizeof ( allocs[0] )); in exhaustion_test3()
163 ptrs = alloc_series ( allocs, sizeof ( allocs ) / sizeof ( allocs[0] )); in exhaustion_test3()
171 ptrs = alloc_series ( allocs, sizeof ( allocs ) / sizeof ( allocs[0] )); in exhaustion_test3()