Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc/
H A Dlarge_objects.cpp149 static const CacheBinOperationType type = CBOP_GET;
156 static const CacheBinOperationType type = CBOP_PUT_LIST;
161 static const CacheBinOperationType type = CBOP_CLEAN_TO_THRESHOLD;
167 static const CacheBinOperationType type = CBOP_CLEAN_ALL;
172 static const CacheBinOperationType type = CBOP_UPDATE_USED_SIZE;
190 CacheBinOperationType type;
H A Dlarge_objects.h26 enum CacheBinOperationType { enum