Lines Matching refs:alloc_series
21 container alloc_series ( size_t sz ) { in alloc_series() function
30 container alloc_series ( size_t sz, float growth ) { in alloc_series() function
42 container alloc_series ( const size_t *first, size_t len ) { in alloc_series() function
76 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()
151 ptrs = alloc_series ( allocs, sizeof ( allocs ) / sizeof ( allocs[0] )); in exhaustion_test3()
159 ptrs = alloc_series ( allocs, sizeof ( allocs ) / sizeof ( allocs[0] )); in exhaustion_test3()