Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc/
H A Dfrontend.cpp421 size_t findObjectSize(void *object) const;
2158 size_t Block::findObjectSize(void *object) const in findObjectSize() function in rml::internal::Block
2436 copySize = block->findObjectSize(ptr); in reallocAligned()
2680 return block->findObjectSize(ptr); in internalMsize()