HomeSort by: relevance | last modified time | path
    Searched defs:Allocation (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/utilities/
utalloc.c 3 * Module Name: utalloc - local memory allocation routines
57 * PARAMETERS: Size - Size of the allocation
71 void *Allocation;
77 Allocation = AcpiOsAllocate (Size);
78 if (Allocation)
82 memset (Allocation, 0, Size);
85 return (Allocation);
184 /* Memory allocation lists */
260 /* Debug only - display leftover memory allocation, if any */
372 * purposefully bypass the (optionally enabled) internal allocation
    [all...]
utalloc.c 3 * Module Name: utalloc - local memory allocation routines
57 * PARAMETERS: Size - Size of the allocation
71 void *Allocation;
77 Allocation = AcpiOsAllocate (Size);
78 if (Allocation)
82 memset (Allocation, 0, Size);
85 return (Allocation);
184 /* Memory allocation lists */
260 /* Debug only - display leftover memory allocation, if any */
372 * purposefully bypass the (optionally enabled) internal allocation
    [all...]
uttrack.c 3 * Module Name: uttrack - Memory allocation tracking routines (debug only)
48 * Each memory allocation is tracked via a doubly linked list. Each
68 ACPI_DEBUG_MEM_BLOCK *Allocation);
128 * PARAMETERS: Size - Size of the allocation
146 ACPI_DEBUG_MEM_BLOCK *Allocation;
159 Allocation = AcpiOsAllocate (Size + sizeof (ACPI_DEBUG_MEM_HEADER));
160 if (!Allocation)
162 /* Report allocation error */
171 Allocation, Size, ACPI_MEM_MALLOC, Component, Module, Line);
174 AcpiOsFree (Allocation);
    [all...]
uttrack.c 3 * Module Name: uttrack - Memory allocation tracking routines (debug only)
48 * Each memory allocation is tracked via a doubly linked list. Each
68 ACPI_DEBUG_MEM_BLOCK *Allocation);
128 * PARAMETERS: Size - Size of the allocation
146 ACPI_DEBUG_MEM_BLOCK *Allocation;
159 Allocation = AcpiOsAllocate (Size + sizeof (ACPI_DEBUG_MEM_HEADER));
160 if (!Allocation)
162 /* Report allocation error */
171 Allocation, Size, ACPI_MEM_MALLOC, Component, Module, Line);
174 AcpiOsFree (Allocation);
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_descriptions.h 49 const char *Allocation() { return Magenta(); }
asan_descriptions.h 49 const char *Allocation() { return Magenta(); }

Completed in 27 milliseconds