Searched refs:TotalFreed (Results 1 - 6 of 6) sorted by relevance

/fuchsia/zircon/third_party/lib/acpica/source/components/utilities/
H A Dutcache.c230 ACPI_MEM_TRACKING (Cache->TotalFreed++);
330 if ((Cache->TotalAllocated - Cache->TotalFreed) > Cache->MaxOccupied)
332 Cache->MaxOccupied = Cache->TotalAllocated - Cache->TotalFreed;
H A Duttrack.c304 AcpiGbl_GlobalList->TotalFreed++;
/fuchsia/zircon/third_party/lib/acpica/source/components/debugger/
H A Ddbstats.c158 List->TotalFreed,
169 List->TotalFreed,
H A Ddbexec.c303 return (Cache->TotalAllocated - Cache->TotalFreed - Cache->CurrentDepth);
/fuchsia/zircon/third_party/lib/acpica/source/components/namespace/
H A Dnsalloc.c88 AcpiGbl_NsNodeList->TotalFreed;
164 ACPI_MEM_TRACKING (AcpiGbl_NsNodeList->TotalFreed++);
/fuchsia/zircon/third_party/lib/acpica/source/include/acpica/
H A Dactypes.h1338 UINT32 TotalFreed; member in struct:acpi_memory_list

Completed in 107 milliseconds