Searched refs:CurrentTotalSize (Results 1 – 2 of 2) sorted by relevance
182 AcpiGbl_GlobalList->CurrentTotalSize += (UINT32) Size; in AcpiUtAllocateAndTrack()184 if (AcpiGbl_GlobalList->CurrentTotalSize > in AcpiUtAllocateAndTrack()188 AcpiGbl_GlobalList->CurrentTotalSize; in AcpiUtAllocateAndTrack()251 AcpiGbl_GlobalList->CurrentTotalSize += (UINT32) Size; in AcpiUtAllocateZeroedAndTrack()253 if (AcpiGbl_GlobalList->CurrentTotalSize > in AcpiUtAllocateZeroedAndTrack()257 AcpiGbl_GlobalList->CurrentTotalSize; in AcpiUtAllocateZeroedAndTrack()305 AcpiGbl_GlobalList->CurrentTotalSize -= DebugBlock->Size; in AcpiUtFreeAndTrack()
1342 UINT32 CurrentTotalSize; member