Lines Matching refs:bget
94 the buffer pool area in RAM, then allocate buffers with bget() and
107 low-level memory allocator. Then allocate buffers with bget(), bgetz(),
126 defined with bectl(), you simply use bget() and brel() to allocate and
129 When a call on bget() cannot be satisfied, BGET first checks if a
144 increment supplied in the call to bectl() unless the original bget()
174 void *bget(bufsize size);
188 Reallocate a buffer previously allocated by bget(), changing its size to
195 Return the buffer <buf>, previously allocated by bget(), to the free
241 subsequent bget() requests for buffers too large to be managed in the
256 successful (non-NULL return) bget() calls and the number of brel()
270 will be filled with the number of bget() and brel() calls, respectively,