Home
last modified time | relevance | path

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 Dbackend.h190 class MaxRequestComparator {
193 MaxRequestComparator(const Backend *be) : backend(be) {} in MaxRequestComparator() function
H A Dbackend.cpp625 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 Dbackend.h190 class MaxRequestComparator {
193 MaxRequestComparator(const Backend *be) : backend(be) {} in MaxRequestComparator() function
H A Dbackend.cpp625 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 Dbackend.h190 class MaxRequestComparator {
193 MaxRequestComparator(const Backend *be) : backend(be) {} in MaxRequestComparator() function
H A Dbackend.cpp625 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 Dbackend.h193 class MaxRequestComparator {
196 MaxRequestComparator(const Backend *be) : backend(be) {} in MaxRequestComparator() function
H A Dbackend.cpp619 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 Dtbbmalloc_internal.h713 class MaxRequestComparator {
716 MaxRequestComparator(const Backend *be) : backend(be) {}
H A Dbackend.cpp697 inline bool Backend::MaxRequestComparator::operator()(size_t oldMaxReq, in operator ()()
861 AtomicUpdate(maxRequestedSize, totalReqSize, MaxRequestComparator(this)); in genericGetBlock()