Home
last modified time | relevance | path

Searched refs:CurrentTotalSize (Results 1 – 3 of 3) sorted by relevance

/src/sys/contrib/dev/acpica/components/utilities/ !
H A Duttrack.c288 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()
/src/sys/contrib/dev/acpica/components/debugger/ !
H A Ddbstats.c279 List->CurrentTotalSize, in AcpiDbListInfo()
/src/sys/contrib/dev/acpica/include/ !
H A Dactypes.h1511 UINT32 CurrentTotalSize; member