Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc/
H A Dbackend.h276 bool coalescAndPutList(FreeBlock *head, bool forceCoalescQDrop, bool reportBlocksProcessed);
282 bool scanCoalescQ(bool forceCoalescQDrop);
H A Dbackend.cpp1128 bool Backend::coalescAndPutList(FreeBlock *list, bool forceCoalescQDrop, bool reportBlocksProcessed) in coalescAndPutList() argument
1182 if (forceCoalescQDrop) { in coalescAndPutList()
1213 bool Backend::scanCoalescQ(bool forceCoalescQDrop) in scanCoalescQ() argument
1220 coalescAndPutList(currCoalescList, forceCoalescQDrop, in scanCoalescQ()