Searched refs:total_entries (Results 1 – 1 of 1) sorted by relevance
53 void BenchmarkMalloc(MallocEntry entries[], size_t total_entries, size_t max_allocs) { in BenchmarkMalloc() argument56 for (size_t i = 0; i < total_entries; i++) { in BenchmarkMalloc()