Home
last modified time | relevance | path

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

/oneTBB/test/tbbmalloc/
H A Dtest_malloc_pure_c.c104 res = scalable_allocation_command(TBBMALLOC_CLEAN_ALL_BUFFERS, NULL); in main()
106 res = scalable_allocation_command(TBBMALLOC_CLEAN_THREAD_BUFFERS, NULL); in main()
110 res = scalable_allocation_command(TBBMALLOC_CLEAN_THREAD_BUFFERS, in main()
H A Dtest_malloc_whitebox.cpp357 int res = scalable_allocation_command(TBBMALLOC_CLEAN_ALL_BUFFERS, nullptr); in TestBackRef()
447 scalable_allocation_command(TBBMALLOC_CLEAN_ALL_BUFFERS, nullptr); in TestPools()
504 scalable_allocation_command(TBBMALLOC_CLEAN_ALL_BUFFERS, nullptr); in TestPools()
854 scalable_allocation_command(TBBMALLOC_CLEAN_ALL_BUFFERS,nullptr); in TestCleanAllBuffers()
866 int result = scalable_allocation_command(TBBMALLOC_CLEAN_ALL_BUFFERS,nullptr); in TestCleanAllBuffers()
884 int result = scalable_allocation_command(TBBMALLOC_CLEAN_THREAD_BUFFERS,nullptr); in operator ()()
904 scalable_allocation_command(TBBMALLOC_CLEAN_ALL_BUFFERS,nullptr); in TestCleanThreadBuffers()
1611 scalable_allocation_command(TBBMALLOC_CLEAN_ALL_BUFFERS, nullptr); in TestHugeSizeThreshold()
/oneTBB/src/tbbmalloc/def/
H A Dlin32-tbbmalloc.def30 scalable_allocation_command;
H A Dlin64-tbbmalloc.def30 scalable_allocation_command;
H A Dwin32-tbbmalloc.def28 scalable_allocation_command
H A Dwin64-tbbmalloc.def28 scalable_allocation_command
/oneTBB/doc/main/tbb_userguide/
H A DAllocator_Configuration.rst11 - the ``scalable_allocation_command`` function instructs the allocator
/oneTBB/include/oneapi/tbb/
H A Dscalable_allocator.h126 TBBMALLOC_EXPORT int __TBB_EXPORTED_FUNC scalable_allocation_command(int cmd, void *param);
/oneTBB/src/tbbmalloc/
H A Dfrontend.cpp3289 extern "C" int scalable_allocation_command(int cmd, void *param) in scalable_allocation_command() function