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 passed
151 * This is an allocate-only algorithm, so freeing memory is not possible.
153 * @size: Size in bytes of block to allocate
161 * Allocate a block of memory from the free list that was
163 * address. This is an allocate-only algorithm, so
167 * @size: Size in bytes of block to allocate
168 * @address: Physical address to allocate memory at. If this memory is not
177 * Allocate a block of memory from the free list that was
179 * address range. This is an allocate-only algorithm, so
183 * @size: Size in bytes of block to allocate
203 * Allocate a block of memory from the free list that was passed
208 * @size: Size in bytes of block to allocate
220 * Allocate a block of memory from the free list that was passed
225 * @size: Size in bytes of block to allocate
226 * @address: Physical address to allocate memory at. If this
239 * Allocate a block of memory from a specific range of the free list
246 * @size: Size in bytes of block to allocate
259 * Allocate if needed a block of memory from a specific range of the
267 * @param size Size in bytes of block to allocate
302 * @req_size: size of region to allocate. All requests are rounded up
330 * @param size size of region to allocate. All requests are rounded