Lines Matching full:blocks
187 * allocator instances might exchange memory blocks making the implementation
255 // Header of blocks of memory that have been allocated as part of
282 // List of blocks of free memory
536 //We are going to add a small memory block to keep all the allocated blocks
587 // We couldn't satisfy it from the list of free blocks, get new memory.
602 // Not enough to put into list of free blocks, divvy it up here.
614 // Add node to list of available blocks and recursively allocate from it.
644 // Push excess memory allocated in this chunk into list of free memory blocks
670 // Clear the free blocks and all freelistst. This makes sure that if