Searched refs:alloc_series (Results 1 – 1 of 1) sorted by relevance
29 container alloc_series ( size_t sz ) { in alloc_series() function38 container alloc_series ( size_t sz, float growth ) { in alloc_series() function50 container alloc_series ( const size_t *first, size_t len ) { in alloc_series() function84 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()[all …]