58#ifdef ACPI_DBG_TRACK_ALLOCATIONS
60#define _COMPONENT ACPI_UTILITIES
71AcpiUtTrackAllocation (
80AcpiUtRemoveAllocation (
103 const char *ListName,
116 Cache->ListName = ListName;
117 Cache->ObjectSize = ObjectSize;
119 *ReturnCache =
Cache;
140AcpiUtAllocateAndTrack (
155 "Attempt to allocate zero bytes, allocating 1 byte"));
165 "Could not allocate size %u", (
UINT32)
Size));
170 Status = AcpiUtTrackAllocation (
178 AcpiGbl_GlobalList->TotalAllocated++;
179 AcpiGbl_GlobalList->TotalSize += (
UINT32)
Size;
180 AcpiGbl_GlobalList->CurrentTotalSize += (
UINT32)
Size;
182 if (AcpiGbl_GlobalList->CurrentTotalSize >
183 AcpiGbl_GlobalList->MaxOccupied)
185 AcpiGbl_GlobalList->MaxOccupied =
186 AcpiGbl_GlobalList->CurrentTotalSize;
209AcpiUtAllocateZeroedAndTrack (
224 "Attempt to allocate zero bytes, allocating 1 byte"));
235 "Could not allocate size %u", (
UINT32)
Size));
247 AcpiGbl_GlobalList->TotalAllocated++;
248 AcpiGbl_GlobalList->TotalSize += (
UINT32)
Size;
249 AcpiGbl_GlobalList->CurrentTotalSize += (
UINT32)
Size;
251 if (AcpiGbl_GlobalList->CurrentTotalSize >
252 AcpiGbl_GlobalList->MaxOccupied)
254 AcpiGbl_GlobalList->MaxOccupied =
255 AcpiGbl_GlobalList->CurrentTotalSize;
294 "Attempt to delete a NULL address"));
302 AcpiGbl_GlobalList->TotalFreed++;
303 AcpiGbl_GlobalList->CurrentTotalSize -= DebugBlock->Size;
346AcpiUtFindAllocation (
352 Element = AcpiGbl_GlobalList->ListHead;
374 Element = Element->Next;
382 return (Element->Previous);
404AcpiUtTrackAllocation (
420 if (AcpiGbl_DisableMemTracking)
425 MemList = AcpiGbl_GlobalList;
440 "UtTrackAllocation: Allocation (%p) already present in global list!",
507AcpiUtRemoveAllocation (
520 if (AcpiGbl_DisableMemTracking)
525 MemList = AcpiGbl_GlobalList;
531 "Empty allocation list, nothing to free!"));
583AcpiUtDumpAllocationInfo (
644AcpiUtDumpAllocations (
650 UINT32 NumOutstanding = 0;
657 if (AcpiGbl_DisableMemTracking)
670 if (!AcpiGbl_GlobalList)
675 Element = AcpiGbl_GlobalList->ListHead;
679 ((Module ==
NULL) || (0 ==
strcmp (Module, Element->Module))))
687 "[Not a Descriptor - too small]\n",
704 if (AcpiGbl_VerboseLeakDump)
780 Element = Element->Next;
790 ACPI_INFO ((
"No outstanding allocations"));
795 NumOutstanding, NumOutstanding));
int strcmp(const char *String1, const char *String2)
#define ACPI_MAX_MODULE_NAME
#define ACPI_GET_DESCRIPTOR_TYPE(d)
#define ACPI_DESC_TYPE_OPERAND
#define ACPI_DESC_TYPE_NAMED
#define ACPI_DESC_TYPE_CACHED
#define ACPI_DESC_TYPE_PARSER
#define ACPI_DEBUG_PRINT(pl)
#define ACPI_EXCEPTION(plist)
#define ACPI_MODULE_NAME(Name)
#define ACPI_DB_ALLOCATIONS
#define ACPI_WARNING(plist)
#define ACPI_FUNCTION_TRACE_PTR(a, b)
#define return_ACPI_STATUS(s)
#define ACPI_FUNCTION_TRACE(a)
#define ACPI_ERROR(plist)
#define ACPI_FUNCTION_NAME(a)
void * AcpiOsAllocate(ACPI_SIZE Size)
void * AcpiOsAllocateZeroed(ACPI_SIZE Size)
void AcpiOsFree(void *Memory)
void ACPI_INTERNAL_VAR_XFACE AcpiOsPrintf(const char *Format,...)
#define ACPI_CAST_PTR(t, p)
const char * AcpiUtGetTypeName(ACPI_OBJECT_TYPE Type)
ACPI_STATUS AcpiUtAcquireMutex(ACPI_MUTEX_HANDLE MutexId)
const char * AcpiUtGetNodeName(void *Object)
ACPI_STATUS AcpiUtReleaseMutex(ACPI_MUTEX_HANDLE MutexId)
const char * AcpiUtGetDescriptorName(void *Object)
void AcpiUtDumpBuffer(UINT8 *Buffer, UINT32 Count, UINT32 Display, UINT32 Offset)
STDMETHOD() Next(THIS_ ULONG celt, IAssociationElement *pElement, ULONG *pceltFetched) PURE
ACPI_COMMON_DEBUG_MEM_HEADER UINT64 UserSpace
_In_ ULONG _In_ PVOID _In_ LONG DescriptorType
_Must_inspect_result_ _In_ WDFDEVICE _In_ PWDF_DEVICE_PROPERTY_DATA _In_ DEVPROPTYPE _In_ ULONG Size
_Must_inspect_result_ _In_ WDFIORESLIST _In_ PIO_RESOURCE_DESCRIPTOR Descriptor
ActualNumberDriverObjects * sizeof(PDRIVER_OBJECT)) PDRIVER_OBJECT *DriverObjectList