Searched refs:CurrentTotalSize (Results 1 – 3 of 3) sorted by relevance
288 AcpiGbl_GlobalList->CurrentTotalSize += (UINT32) Size; in AcpiUtAllocateAndTrack()290 if (AcpiGbl_GlobalList->CurrentTotalSize > in AcpiUtAllocateAndTrack()294 AcpiGbl_GlobalList->CurrentTotalSize; in AcpiUtAllocateAndTrack()357 AcpiGbl_GlobalList->CurrentTotalSize += (UINT32) Size; in AcpiUtAllocateZeroedAndTrack()359 if (AcpiGbl_GlobalList->CurrentTotalSize > in AcpiUtAllocateZeroedAndTrack()363 AcpiGbl_GlobalList->CurrentTotalSize; in AcpiUtAllocateZeroedAndTrack()411 AcpiGbl_GlobalList->CurrentTotalSize -= DebugBlock->Size; in AcpiUtFreeAndTrack()
279 List->CurrentTotalSize, in AcpiDbListInfo()
1509 UINT32 CurrentTotalSize; member