Lines Matching full:allocate
19 * Allocate storage based on element counts, sizes, and alignment.
31 * @count: The number of objects to allocate
33 * @extra: The number of additional bytes to allocate
49 * address space (minus one byte) and thus the system can never allocate that much in __vdo_do_allocation()
60 * Allocate one or more elements of the indicated type, logging an error if the allocation fails.
63 * @COUNT: The number of objects to allocate
64 * @TYPE: The type of objects to allocate. This type determines the alignment of the allocation.
74 * Allocate one object of an indicated type, followed by one or more elements of a second type,
77 * @TYPE1: The type of the primary object to allocate. This type determines the alignment of the
79 * @COUNT: The number of objects to allocate
80 * @TYPE2: The type of array objects to allocate
101 * Allocate memory starting on a cache line boundary, logging an error if the allocation fails. The
104 * @size: The number of bytes to allocate
116 * Allocate one element of the indicated type immediately, failing if the required memory is not
119 * @size: The number of bytes to allocate