Searched defs:allocation (Results 1 - 1 of 1) sorted by relevance

/drivers/acpi/acpica/
H A Dutalloc.c3 * Module Name: utalloc - local memory allocation routines
113 /* Memory allocation lists */
172 /* Debug only - display leftover memory allocation, if any */
294 /* Validate allocation from above or input buffer pointer */
311 * PARAMETERS: Size - Size of the allocation
325 void *allocation; local
337 allocation = acpi_os_allocate(size);
338 if (!allocation) {
340 /* Report allocation error */
348 return_PTR(allocation);
369 void *allocation; local
[all...]

Completed in 75 milliseconds