Searched refs:scalable_allocation_mode (Results 1 – 10 of 10) sorted by relevance
| /oneTBB/doc/main/tbb_userguide/ |
| H A D | Allocator_Configuration.rst | 16 - the ``scalable_allocation_mode`` function allows an application to 20 ``scalable_allocation_mode``. 41 ``scalable_allocation_mode`` overrides the effect of the corresponding
|
| /oneTBB/test/tbbmalloc/ |
| H A D | test_malloc_pure_c.c | 63 scalable_allocation_mode(TBBMALLOC_USE_HUGE_PAGES, !curr_mode)); in main() 67 scalable_allocation_mode(TBBMALLOC_USE_HUGE_PAGES, curr_mode)); in main()
|
| H A D | test_malloc_whitebox.cpp | 738 int res = scalable_allocation_mode(TBBMALLOC_SET_SOFT_HEAP_LIMIT, 1); in operator ()() 771 int res = scalable_allocation_mode(TBBMALLOC_SET_SOFT_HEAP_LIMIT, 1); in TestHeapLimit() 796 res = scalable_allocation_mode(TBBMALLOC_SET_SOFT_HEAP_LIMIT, 1); in TestHeapLimit() 801 res = scalable_allocation_mode(TBBMALLOC_SET_SOFT_HEAP_LIMIT, 0); in TestHeapLimit() 1257 scalable_allocation_mode(USE_HUGE_PAGES, 1); in TestTHP() 1633 scalable_allocation_mode(TBBMALLOC_SET_HUGE_SIZE_THRESHOLD, 56 * MByte); in TestHugeSizeThreshold() 1645 scalable_allocation_mode(USE_HUGE_PAGES, 0);
|
| H A D | test_malloc_compliance.cpp | 1085 int ret = scalable_allocation_mode(TBBMALLOC_SET_SOFT_HEAP_LIMIT, 16*1024*limit); 1092 int ret = scalable_allocation_mode(TBBMALLOC_SET_SOFT_HEAP_LIMIT, 0);
|
| /oneTBB/src/tbbmalloc/def/ |
| H A D | lin32-tbbmalloc.def | 29 scalable_allocation_mode;
|
| H A D | lin64-tbbmalloc.def | 29 scalable_allocation_mode;
|
| H A D | win32-tbbmalloc.def | 27 scalable_allocation_mode
|
| H A D | win64-tbbmalloc.def | 27 scalable_allocation_mode
|
| /oneTBB/include/oneapi/tbb/ |
| H A D | scalable_allocator.h | 112 TBBMALLOC_EXPORT int __TBB_EXPORTED_FUNC scalable_allocation_mode(int param, intptr_t value);
|
| /oneTBB/src/tbbmalloc/ |
| H A D | frontend.cpp | 3253 extern "C" int scalable_allocation_mode(int param, intptr_t value) in scalable_allocation_mode() function
|