Searched defs:Module (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/intel/io/acpica/utilities/ |
H A D | uttrack.c | 3 * Module Name: uttrack - Memory allocation tracking routines (debug only) 76 const char *Module, 83 const char *Module, 132 * Module - Source file name of caller 145 const char *Module, 156 ACPI_WARNING ((Module, Line, 166 ACPI_WARNING ((Module, Line, 173 Allocation, Size, ACPI_MEM_MALLOC, Component, Module, Line); 201 * Module - Source file name of caller 214 const char *Module, 142 AcpiUtAllocateAndTrack( ACPI_SIZE Size, UINT32 Component, const char *Module, UINT32 Line) argument 211 AcpiUtAllocateZeroedAndTrack( ACPI_SIZE Size, UINT32 Component, const char *Module, UINT32 Line) argument 280 AcpiUtFreeAndTrack( void *Allocation, UINT32 Component, const char *Module, UINT32 Line) argument 406 AcpiUtTrackAllocation( ACPI_DEBUG_MEM_BLOCK *Allocation, ACPI_SIZE Size, UINT8 AllocType, UINT32 Component, const char *Module, UINT32 Line) argument 510 AcpiUtRemoveAllocation( ACPI_DEBUG_MEM_BLOCK *Allocation, UINT32 Component, const char *Module, UINT32 Line) argument 647 AcpiUtDumpAllocations( UINT32 Component, const char *Module) argument [all...] |
Completed in 140 milliseconds