Home
last modified time | relevance | path

Searched refs:AtomicUpdate (Results 1 – 2 of 2) sorted by relevance

/oneTBB/src/tbbmalloc/
H A Dtbbmalloc_internal.h162 inline void AtomicUpdate(std::atomic<Arg>& location, Arg newVal, const Compare &cmp) in AtomicUpdate() function
H A Dbackend.cpp803 AtomicUpdate(maxRequestedSize, totalReqSize, MaxRequestComparator(this)); in genericGetBlock()