Home
last modified time | relevance | path

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

/external/libcxxabi/test/
Dtest_fallback_malloc.pass.cpp21 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()
[all …]