Searched refs:compare_funcs (Results 1 – 1 of 1) sorted by relevance
/external/jemalloc/test/stress/ |
D | microbench.c | 17 compare_funcs(uint64_t nwarmup, uint64_t niter, const char *name_a, in compare_funcs() function 68 compare_funcs(10*1000*1000, 100*1000*1000, "malloc", in TEST_BEGIN() 98 compare_funcs(10*1000*1000, 100*1000*1000, "free", malloc_free, in TEST_BEGIN() 106 compare_funcs(10*1000*1000, 100*1000*1000, "dallocx", malloc_dallocx, in TEST_BEGIN() 143 compare_funcs(10*1000*1000, 100*1000*1000, "malloc_usable_size", in TEST_BEGIN() 166 compare_funcs(10*1000*1000, 100*1000*1000, "sallocx", in TEST_BEGIN()
|