Home
last modified time | relevance | path

Searched defs:FixedPool (Results 1 – 1 of 1) sorted by relevance

/oneTBB/test/tbbmalloc/
H A Dtest_scalable_allocator.cpp103 struct FixedPool { struct
107 FixedPool(void *a_buf, size_t a_size) : buf(a_buf), size(a_size), used(false) {} in FixedPool() argument