Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc/
H A Dlarge_objects.h201 size_t getSize() const { return cachedSize.load(std::memory_order_relaxed); } in getSize() function
H A Dfrontend.cpp377 unsigned int getSize() const { in getSize() function in rml::internal::Block
1610 unsigned int index = getIndex(block->getSize()); in put()
2160 size_t blSize = getSize(); in findObjectSize()
H A Dlarge_objects.cpp771 size += bin[i].getSize(); in getLOCSize()