Home
last modified time | relevance | path

Searched refs:CacheBinOperation (Results 1 – 3 of 3) sorted by relevance

/oneTBB/src/tbbmalloc/
H A Dlarge_objects.cpp101 CacheBinOperation *opGet, *opClean;
120 inline void addOpToOpList(CacheBinOperation *op, CacheBinOperation **opList) const;
138 void operator()(CacheBinOperation* opList);
189 struct CacheBinOperation : public MallocAggregatedOperation<CacheBinOperation>::type { struct
212 OpTypeData& opCast(CacheBinOperation &op) { in opCast()
243 OperationPreprocessor::addOpToOpList(CacheBinOperation *op, CacheBinOperation **opList) const in addOpToOpList()
466 CacheBinOperation op(data); in get()
477 CacheBinOperation *op = new (head+1) CacheBinOperation(data, CBST_NOWAIT); in putList()
491 CacheBinOperation op(data); in cleanToThreshold()
512 CacheBinOperation op(data); in releaseAllToBackend()
[all …]
H A Dlarge_objects.h171 typename MallocAggregator<CacheBinOperation>::type aggregator;
173 …void ExecuteOperation(CacheBinOperation *op, ExtMemoryPool *extMemPool, BinBitMask *bitMask, int i…
H A Dtbbmalloc_internal.h144 struct CacheBinOperation;