Searched refs:MaxRequestComparator (Results 1 – 10 of 10) sorted by relevance
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/tbbmalloc/ |
H A D | backend.h | 190 class MaxRequestComparator { 193 MaxRequestComparator(const Backend *be) : backend(be) {} in MaxRequestComparator() function
|
H A D | backend.cpp | 625 inline bool Backend::MaxRequestComparator::operator()(size_t oldMaxReq, size_t requestSize) const in operator ()() 793 AtomicUpdate(maxRequestedSize, totalReqSize, MaxRequestComparator(this)); in genericGetBlock()
|
/dports/devel/tbb/oneTBB-2020.3/src/tbbmalloc/ |
H A D | backend.h | 190 class MaxRequestComparator { 193 MaxRequestComparator(const Backend *be) : backend(be) {} in MaxRequestComparator() function
|
H A D | backend.cpp | 625 inline bool Backend::MaxRequestComparator::operator()(size_t oldMaxReq, size_t requestSize) const in operator ()() 793 AtomicUpdate(maxRequestedSize, totalReqSize, MaxRequestComparator(this)); in genericGetBlock()
|
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/src/tbbmalloc/ |
H A D | backend.h | 190 class MaxRequestComparator { 193 MaxRequestComparator(const Backend *be) : backend(be) {} in MaxRequestComparator() function
|
H A D | backend.cpp | 625 inline bool Backend::MaxRequestComparator::operator()(size_t oldMaxReq, size_t requestSize) const in operator ()() 793 AtomicUpdate(maxRequestedSize, totalReqSize, MaxRequestComparator(this)); in genericGetBlock()
|
/dports/devel/onetbb/oneTBB-2021.4.0/src/tbbmalloc/ |
H A D | backend.h | 193 class MaxRequestComparator { 196 MaxRequestComparator(const Backend *be) : backend(be) {} in MaxRequestComparator() function
|
H A D | backend.cpp | 619 inline bool Backend::MaxRequestComparator::operator()(size_t oldMaxReq, size_t requestSize) const in operator ()() 789 AtomicUpdate(maxRequestedSize, totalReqSize, MaxRequestComparator(this)); in genericGetBlock()
|
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/tbb-2018_U2/src/tbbmalloc/ |
H A D | tbbmalloc_internal.h | 713 class MaxRequestComparator { 716 MaxRequestComparator(const Backend *be) : backend(be) {}
|
H A D | backend.cpp | 697 inline bool Backend::MaxRequestComparator::operator()(size_t oldMaxReq, in operator ()() 861 AtomicUpdate(maxRequestedSize, totalReqSize, MaxRequestComparator(this)); in genericGetBlock()
|