Home
last modified time | relevance | path

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

/oneTBB/test/common/
H A Dcustom_allocators.h121 std::size_t allocs, std::size_t fres ) { in set_counters() argument
126 allocations = allocs; 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()
/oneTBB/test/tbbmalloc/
H A Dtest_malloc_whitebox.cpp129 AllocInfo allocs[LARGE_MEM_SIZES_NUM]; in operator ()() local
138 new (allocs+curr) AllocInfo(sizes[q]); in operator ()()
141 allocs[j].check(); in operator ()()
142 allocs[j].clear(); in operator ()()
153 new (allocs+curr) AllocInfo(largeMemSizes[j]); in operator ()()
155 new (allocs+curr) in operator ()()
161 allocs[j].check(); in operator ()()
162 allocs[j].clear(); in operator ()()