Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc/
H A Dfrontend.cpp433 inline bool isProperlyPlaced(const void *object) const;
1771 MALLOC_ASSERT( isProperlyPlaced(objectToFree), ASSERT_TEXT ); in findObjectToFree()
2456 inline bool Block::isProperlyPlaced(const void *object) const in isProperlyPlaced() function in rml::internal::Block