Searched refs:recycle (Results 1 - 3 of 3) sorted by relevance

/haiku/src/apps/mediaplayer/media_node_framework/video/
H A DVideoConsumer.cpp571 // to recycle this buffer later on, in case it was the last buffer
577 bool recycle = true; local
595 // recycle the previous but not the current buffer
598 recycle = false;
614 if (recycle)
/haiku/src/system/libroot/posix/malloc_hoard2/
H A Dheap.h154 inline void recycle(superblock *);
480 hoardHeap::recycle(superblock *sb) function in class:BPrivate::hoardHeap
H A Dheap.cpp198 recycle(sb);
376 // If the superblock is now empty, recycle it.
399 recycle(sb);

Completed in 40 milliseconds