Lines Matching full:allocate
29 * Simple allocate only memory allocator. Used to allocate memory at
45 /* Allocate from end of block instead of beginning */
149 * Allocate a block of memory from the free list that was
151 * address. This is an allocate-only algorithm, so
155 * @size: Size in bytes of block to allocate
156 * @address: Physical address to allocate memory at. If this memory is not
175 * Allocate a block of memory from the free list that was passed
180 * @size: Size in bytes of block to allocate
190 * Allocate a block of memory from a specific range of the free list
197 * @size: Size in bytes of block to allocate
210 * Allocate if needed a block of memory from a specific range of the
218 * @param size Size in bytes of block to allocate
253 * @req_size: size of region to allocate. All requests are rounded up
281 * @param size size of region to allocate. All requests are rounded