Home
last modified time | relevance | path

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

/bionic/benchmarks/
Dstdlib_benchmark.cpp102 static void MallocMultiple(benchmark::State& state, size_t nbytes, size_t numAllocs) { in MallocMultiple() function
128 MallocMultiple(state, state.range(0), 40); in BM_stdlib_malloc_forty_default()
138 MallocMultiple(state, state.range(0), 40); in BM_stdlib_malloc_forty_decay1()
151 MallocMultiple(state, 8192, state.range(0)); in BM_stdlib_malloc_multiple_8192_allocs_default()
161 MallocMultiple(state, 8192, state.range(0)); in BM_stdlib_malloc_multiple_8192_allocs_decay1()