Home
last modified time | relevance | path

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

/oneTBB/doc/main/tbb_userguide/
H A DUsing_Circular_Buffers.rst8 allocating and freeing the items passed between pipeline filters. If the
/oneTBB/test/tbbmalloc/
H A Dtest_malloc_whitebox.cpp1078 bool allocating; member in TestBootstrap
1081 TestBootstrap() : allocating(true) {} in TestBootstrap()
1084 if ( allocating ) in next()
1097 if ( lmbArray.size() == 1000 ) allocating = false; in saveLmb()