HomeSort by: relevance | last modified time | path
    Searched defs:Allocations (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/debugger/
dbexec.c 440 * DESCRIPTION: Determine the current number of "outstanding" allocations --
441 * those allocations that have not been freed and also are not
550 UINT32 Allocations;
652 Allocations = AcpiDbGetOutstandingAllocations () - PreviousAllocations;
656 if (Allocations > 0)
659 "0x%X Outstanding allocations after evaluation of %s\n",
660 Allocations, AcpiGbl_DbMethodInfo.Pathname);
dbexec.c 440 * DESCRIPTION: Determine the current number of "outstanding" allocations --
441 * those allocations that have not been freed and also are not
550 UINT32 Allocations;
652 Allocations = AcpiDbGetOutstandingAllocations () - PreviousAllocations;
656 if (Allocations > 0)
659 "0x%X Outstanding allocations after evaluation of %s\n",
660 Allocations, AcpiGbl_DbMethodInfo.Pathname);

Completed in 24 milliseconds