Lines Matching full:allocation
201 * ksize - Report actual allocation size of associated object
203 * @objp: Pointer returned from a prior kmalloc()-family allocation.
206 * allocation size. Either use krealloc() or round up the allocation size
207 * with kmalloc_size_roundup() prior to allocation. If this is used to
208 * access beyond the originally requested allocation size, UBSAN_BOUNDS
386 * Figure out which kmalloc slab an allocation of a certain size
450 * Bulk allocation and freeing operations. These are accelerated in an
502 * :ref:`Documentation/core-api/memory-allocation.rst <memory_allocation>`
510 * Allocation will not sleep.
513 * Allocation will not sleep. May use emergency pools.
522 * This allocation has high priority and may use emergency pools.
525 * Indicate that this allocation is in no way allowed to fail
533 * If allocation fails, don't issue any warnings.
536 * Try really hard to succeed the allocation but fail
650 * allocator where we care about the real place the memory allocation
740 * kmalloc_size_roundup - Report allocation bucket size for the given size
745 * allocation of @size bytes. For example, a 126 byte request would be
751 * ksize() to query the size after an allocation.