Searched refs:CurrentTotalSize (Results 1 – 2 of 2) 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()
1466 UINT32 CurrentTotalSize; member