Home
last modified time | relevance | path

Searched refs:scalable_allocation_mode (Results 1 – 10 of 10) sorted by relevance

/oneTBB/doc/main/tbb_userguide/
H A DAllocator_Configuration.rst16 - 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 Dtest_malloc_pure_c.c63 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 Dtest_malloc_whitebox.cpp738 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 Dtest_malloc_compliance.cpp1085 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 Dlin32-tbbmalloc.def29 scalable_allocation_mode;
H A Dlin64-tbbmalloc.def29 scalable_allocation_mode;
H A Dwin32-tbbmalloc.def27 scalable_allocation_mode
H A Dwin64-tbbmalloc.def27 scalable_allocation_mode
/oneTBB/include/oneapi/tbb/
H A Dscalable_allocator.h112 TBBMALLOC_EXPORT int __TBB_EXPORTED_FUNC scalable_allocation_mode(int param, intptr_t value);
/oneTBB/src/tbbmalloc/
H A Dfrontend.cpp3253 extern "C" int scalable_allocation_mode(int param, intptr_t value) in scalable_allocation_mode() function