Home
last modified time | relevance | path

Searched refs:alloc_series (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/libcxxabi/test/
H A Dtest_fallback_malloc.pass.cpp29 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()
[all …]