Home
last modified time | relevance | path

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

/oneTBB/test/common/
H A Dcustom_allocators.h121 std::size_t allocs, std::size_t fres ) { in set_counters() argument
127 frees = fres; in set_counters()
207 std::size_t it_destroyed, std::size_t allocs, std::size_t fres ) in AllocatorCounters()
210 allocations(allocs), frees(fres) {} in AllocatorCounters()