Searched refs:scalable_allocation_command (Results 1 – 9 of 9) sorted by relevance
| /oneTBB/test/tbbmalloc/ |
| H A D | test_malloc_pure_c.c | 104 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 D | test_malloc_whitebox.cpp | 357 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 D | lin32-tbbmalloc.def | 30 scalable_allocation_command;
|
| H A D | lin64-tbbmalloc.def | 30 scalable_allocation_command;
|
| H A D | win32-tbbmalloc.def | 28 scalable_allocation_command
|
| H A D | win64-tbbmalloc.def | 28 scalable_allocation_command
|
| /oneTBB/doc/main/tbb_userguide/ |
| H A D | Allocator_Configuration.rst | 11 - the ``scalable_allocation_command`` function instructs the allocator
|
| /oneTBB/include/oneapi/tbb/ |
| H A D | scalable_allocator.h | 126 TBBMALLOC_EXPORT int __TBB_EXPORTED_FUNC scalable_allocation_command(int cmd, void *param);
|
| /oneTBB/src/tbbmalloc/ |
| H A D | frontend.cpp | 3289 extern "C" int scalable_allocation_command(int cmd, void *param) in scalable_allocation_command() function
|