Home | History | Annotate | Download | only in pipebuffer

Lines Matching full:buffers

32  * A buffer manager does only one basic thing: it creates buffers. Actually,
41 * - the pool buffer manager, which keep around a pool of equally sized buffers
78 * Flush all temporary-held buffers.
104 * Manages the allocation of equally sized buffers. It does so by allocating
105 * a single big buffer and divide it equally sized buffers.
118 * It managers buffers of different sizes. It does so by allocating a buffer
160 * This manager keeps a cache of destroyed buffers during a time interval.
172 * This manager is just meant for convenience. It wraps the buffers returned
173 * by another manager in fenced buffers, so that
175 * NOTE: the buffer manager that provides the buffers will be destroyed
193 * Buffers are created in malloc'ed memory (fast and cached), and the constents