Home
last modified time | relevance | path

Searched refs:MemPoolPolicy (Results 1 – 25 of 29) sorted by relevance

12

/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/test/
H A Dtest_malloc_pools.cpp89 rml::MemPoolPolicy pol(getMallocMem, putMallocMem); in TestPoolReset()
167 rml::MemPoolPolicy pol(getMallocMem, putMallocMem); in TestSharedPool()
289 rml::MemPoolPolicy pol(CrossThreadGetMem, CrossThreadPutMem); in TestTooSmallBuffer()
485 rml::MemPoolPolicy pol(getGranMem, putGranMem); in TestPoolGranularity()
525 rml::MemPoolPolicy pol(getMemMalloc, putMemFree); in TestPoolKeepTillDestroy()
585 rml::MemPoolPolicy pol(getGranMem, putGranMem); in TestEntries()
623 rml::MemPoolPolicy okPolicy(getMemMalloc, putMemFree); in CreateUsablePool()
682 rml::MemPoolPolicy nullPolicy(NULL, putMemFree), in TestPoolCreation()
773 rml::MemPoolPolicy pol(getMemMalloc, putMemFree); in TestLazyBootstrap()
808 rml::MemPoolPolicy pol(getMallocMem, putMallocMem); in TestNoLeakOnDestroy()
[all …]
H A Dtest_ScalableAllocator.cpp134 rml::MemPoolPolicy pol(fixedBufGetMem, NULL, 0, /*fixedSizePool=*/true, in TestSmallFixedSizePool()
/dports/devel/tbb/oneTBB-2020.3/src/test/
H A Dtest_malloc_pools.cpp89 rml::MemPoolPolicy pol(getMallocMem, putMallocMem); in TestPoolReset()
167 rml::MemPoolPolicy pol(getMallocMem, putMallocMem); in TestSharedPool()
289 rml::MemPoolPolicy pol(CrossThreadGetMem, CrossThreadPutMem); in TestTooSmallBuffer()
485 rml::MemPoolPolicy pol(getGranMem, putGranMem); in TestPoolGranularity()
525 rml::MemPoolPolicy pol(getMemMalloc, putMemFree); in TestPoolKeepTillDestroy()
585 rml::MemPoolPolicy pol(getGranMem, putGranMem); in TestEntries()
623 rml::MemPoolPolicy okPolicy(getMemMalloc, putMemFree); in CreateUsablePool()
682 rml::MemPoolPolicy nullPolicy(NULL, putMemFree), in TestPoolCreation()
773 rml::MemPoolPolicy pol(getMemMalloc, putMemFree); in TestLazyBootstrap()
808 rml::MemPoolPolicy pol(getMallocMem, putMallocMem); in TestNoLeakOnDestroy()
[all …]
H A Dtest_ScalableAllocator.cpp134 rml::MemPoolPolicy pol(fixedBufGetMem, NULL, 0, /*fixedSizePool=*/true, in TestSmallFixedSizePool()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/src/test/
H A Dtest_malloc_pools.cpp89 rml::MemPoolPolicy pol(getMallocMem, putMallocMem); in TestPoolReset()
167 rml::MemPoolPolicy pol(getMallocMem, putMallocMem); in TestSharedPool()
289 rml::MemPoolPolicy pol(CrossThreadGetMem, CrossThreadPutMem); in TestTooSmallBuffer()
485 rml::MemPoolPolicy pol(getGranMem, putGranMem); in TestPoolGranularity()
525 rml::MemPoolPolicy pol(getMemMalloc, putMemFree); in TestPoolKeepTillDestroy()
585 rml::MemPoolPolicy pol(getGranMem, putGranMem); in TestEntries()
623 rml::MemPoolPolicy okPolicy(getMemMalloc, putMemFree); in CreateUsablePool()
682 rml::MemPoolPolicy nullPolicy(NULL, putMemFree), in TestPoolCreation()
773 rml::MemPoolPolicy pol(getMemMalloc, putMemFree); in TestLazyBootstrap()
808 rml::MemPoolPolicy pol(getMallocMem, putMallocMem); in TestNoLeakOnDestroy()
[all …]
H A Dtest_ScalableAllocator.cpp134 rml::MemPoolPolicy pol(fixedBufGetMem, NULL, 0, /*fixedSizePool=*/true, in TestSmallFixedSizePool()
/dports/devel/onetbb/oneTBB-2021.4.0/test/tbbmalloc/
H A Dtest_malloc_pools.cpp97 rml::MemPoolPolicy pol(getMallocMem, putMallocMem); in TestPoolReset()
175 rml::MemPoolPolicy pol(getMallocMem, putMallocMem); in TestSharedPool()
297 rml::MemPoolPolicy pol(CrossThreadGetMem, CrossThreadPutMem); in TestTooSmallBuffer()
494 rml::MemPoolPolicy pol(getGranMem, putGranMem); in TestPoolGranularity()
534 rml::MemPoolPolicy pol(getMemMalloc, putMemFree); in TestPoolKeepTillDestroy()
594 rml::MemPoolPolicy pol(getGranMem, putGranMem); in TestEntries()
632 rml::MemPoolPolicy okPolicy(getMemMalloc, putMemFree); in CreateUsablePool()
691 rml::MemPoolPolicy nullPolicy(NULL, putMemFree), in TestPoolCreation()
782 rml::MemPoolPolicy pol(getMemMalloc, putMemFree); in TestLazyBootstrap()
817 rml::MemPoolPolicy pol(getMallocMem, putMallocMem); in TestNoLeakOnDestroy()
[all …]
H A Dtest_scalable_allocator.cpp148 rml::MemPoolPolicy pol(fixedBufGetMem, NULL, 0, /*fixedSizePool=*/true, in TestSmallFixedSizePool()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/tbb-2018_U2/include/tbb/
H A Dscalable_allocator.h145 struct MemPoolPolicy { struct
162 MemPoolPolicy(rawAllocType pAlloc_, rawFreeType pFree_, argument
185 MemPoolError pool_create_v1(intptr_t pool_id, const MemPoolPolicy *policy, argument
H A Dmemory_pool.h222 rml::MemPoolPolicy args(allocate_request, deallocate_request, in memory_pool()
259 rml::MemPoolPolicy args(allocate_request, 0, size, /*fixedPool=*/true); in fixed_pool()
/dports/devel/concurrentqueue/concurrentqueue-1.0.3-15-g0753496/benchmarks/tbb/
H A Dscalable_allocator.h144 struct MemPoolPolicy { struct
161 MemPoolPolicy(rawAllocType pAlloc_, rawFreeType pFree_, argument
184 MemPoolError pool_create_v1(intptr_t pool_id, const MemPoolPolicy *policy, argument
H A Dmemory_pool.h216 rml::MemPoolPolicy args(allocate_request, deallocate_request, in memory_pool()
250 rml::MemPoolPolicy args(allocate_request, 0, size, /*fixedPool=*/true); in fixed_pool()
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/include/tbb/
H A Dscalable_allocator.h144 struct MemPoolPolicy { struct
161 MemPoolPolicy(rawAllocType pAlloc_, rawFreeType pFree_, argument
184 MemPoolError pool_create_v1(intptr_t pool_id, const MemPoolPolicy *policy, argument
H A Dmemory_pool.h218 rml::MemPoolPolicy args(allocate_request, deallocate_request, in memory_pool()
255 rml::MemPoolPolicy args(allocate_request, 0, size, /*fixedPool=*/true); in fixed_pool()
/dports/devel/tbb/oneTBB-2020.3/include/tbb/
H A Dscalable_allocator.h144 struct MemPoolPolicy { struct
161 MemPoolPolicy(rawAllocType pAlloc_, rawFreeType pFree_, argument
184 MemPoolError pool_create_v1(intptr_t pool_id, const MemPoolPolicy *policy, argument
H A Dmemory_pool.h218 rml::MemPoolPolicy args(allocate_request, deallocate_request, in memory_pool()
255 rml::MemPoolPolicy args(allocate_request, 0, size, /*fixedPool=*/true); in fixed_pool()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/include/tbb/
H A Dscalable_allocator.h144 struct MemPoolPolicy { struct
161 MemPoolPolicy(rawAllocType pAlloc_, rawFreeType pFree_, argument
184 MemPoolError pool_create_v1(intptr_t pool_id, const MemPoolPolicy *policy, argument
H A Dmemory_pool.h218 rml::MemPoolPolicy args(allocate_request, deallocate_request, in memory_pool()
255 rml::MemPoolPolicy args(allocate_request, 0, size, /*fixedPool=*/true); in fixed_pool()
/dports/devel/onetbb/oneTBB-2021.4.0/include/oneapi/tbb/
H A Dscalable_allocator.h141 struct MemPoolPolicy { struct
158 MemPoolPolicy(rawAllocType pAlloc_, rawFreeType pFree_, argument
181 TBBMALLOC_EXPORT MemPoolError pool_create_v1(std::intptr_t pool_id, const MemPoolPolicy *policy, argument
H A Dmemory_pool.h204 rml::MemPoolPolicy args(allocate_request, deallocate_request, in memory_pool()
248 rml::MemPoolPolicy args(allocate_request, 0, size, /*fixedPool=*/true); in fixed_pool()
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/tbbmalloc/
H A Dfrontend.cpp280 bool init(intptr_t poolId, const MemPoolPolicy* memPoolPolicy);
1081 bool MemoryPool::init(intptr_t poolId, const MemPoolPolicy *policy) in init()
2666 rml::MemoryPool *pool_create(intptr_t pool_id, const MemPoolPolicy *policy) in pool_create()
2669 MemPoolPolicy pol(policy->pAlloc, policy->pFree, policy->granularity); in pool_create()
2675 rml::MemPoolError pool_create_v1(intptr_t pool_id, const MemPoolPolicy *policy, in pool_create_v1()
2678 if ( !policy->pAlloc || policy->version<MemPoolPolicy::TBBMALLOC_POOL_VERSION in pool_create_v1()
2684 if ( policy->version>MemPoolPolicy::TBBMALLOC_POOL_VERSION // future versions are not supported in pool_create_v1()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/tbb-2018_U2/src/tbbmalloc/
H A Dfrontend.cpp280 bool init(intptr_t poolId, const MemPoolPolicy* memPoolPolicy);
1069 bool MemoryPool::init(intptr_t poolId, const MemPoolPolicy *policy) in init()
2637 rml::MemoryPool *pool_create(intptr_t pool_id, const MemPoolPolicy *policy) in pool_create()
2640 MemPoolPolicy pol(policy->pAlloc, policy->pFree, policy->granularity); in pool_create()
2646 rml::MemPoolError pool_create_v1(intptr_t pool_id, const MemPoolPolicy *policy, in pool_create_v1()
2649 if ( !policy->pAlloc || policy->version<MemPoolPolicy::TBBMALLOC_POOL_VERSION in pool_create_v1()
2655 if ( policy->version>MemPoolPolicy::TBBMALLOC_POOL_VERSION // future versions are not supported in pool_create_v1()
/dports/devel/tbb/oneTBB-2020.3/src/tbbmalloc/
H A Dfrontend.cpp280 bool init(intptr_t poolId, const MemPoolPolicy* memPoolPolicy);
1081 bool MemoryPool::init(intptr_t poolId, const MemPoolPolicy *policy) in init()
2666 rml::MemoryPool *pool_create(intptr_t pool_id, const MemPoolPolicy *policy) in pool_create()
2669 MemPoolPolicy pol(policy->pAlloc, policy->pFree, policy->granularity); in pool_create()
2675 rml::MemPoolError pool_create_v1(intptr_t pool_id, const MemPoolPolicy *policy, in pool_create_v1()
2678 if ( !policy->pAlloc || policy->version<MemPoolPolicy::TBBMALLOC_POOL_VERSION in pool_create_v1()
2684 if ( policy->version>MemPoolPolicy::TBBMALLOC_POOL_VERSION // future versions are not supported in pool_create_v1()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/src/tbbmalloc/
H A Dfrontend.cpp280 bool init(intptr_t poolId, const MemPoolPolicy* memPoolPolicy);
1081 bool MemoryPool::init(intptr_t poolId, const MemPoolPolicy *policy) in init()
2666 rml::MemoryPool *pool_create(intptr_t pool_id, const MemPoolPolicy *policy) in pool_create()
2669 MemPoolPolicy pol(policy->pAlloc, policy->pFree, policy->granularity); in pool_create()
2675 rml::MemPoolError pool_create_v1(intptr_t pool_id, const MemPoolPolicy *policy, in pool_create_v1()
2678 if ( !policy->pAlloc || policy->version<MemPoolPolicy::TBBMALLOC_POOL_VERSION in pool_create_v1()
2684 if ( policy->version>MemPoolPolicy::TBBMALLOC_POOL_VERSION // future versions are not supported in pool_create_v1()
/dports/devel/onetbb/oneTBB-2021.4.0/src/tbbmalloc/
H A Dfrontend.cpp279 bool init(intptr_t poolId, const MemPoolPolicy* memPoolPolicy);
1092 bool MemoryPool::init(intptr_t poolId, const MemPoolPolicy *policy) in init()
2688 TBBMALLOC_EXPORT rml::MemoryPool *pool_create(intptr_t pool_id, const MemPoolPolicy *policy) in pool_create()
2691 MemPoolPolicy pol(policy->pAlloc, policy->pFree, policy->granularity); in pool_create()
2697 rml::MemPoolError pool_create_v1(intptr_t pool_id, const MemPoolPolicy *policy, in pool_create_v1()
2700 if ( !policy->pAlloc || policy->version<MemPoolPolicy::TBBMALLOC_POOL_VERSION in pool_create_v1()
2706 if ( policy->version>MemPoolPolicy::TBBMALLOC_POOL_VERSION // future versions are not supported in pool_create_v1()

12