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 332 * DESCRIPTION: Determine the current number of "outstanding" allocations --
333 * those allocations that have not been freed and also are not
442 UINT32 Allocations;
544 Allocations = AcpiDbGetOutstandingAllocations () - PreviousAllocations;
548 if (Allocations > 0)
551 "0x%X Outstanding allocations after evaluation of %s\n",
552 Allocations, AcpiGbl_DbMethodInfo.Pathname);
dbexec.c 332 * DESCRIPTION: Determine the current number of "outstanding" allocations --
333 * those allocations that have not been freed and also are not
442 UINT32 Allocations;
544 Allocations = AcpiDbGetOutstandingAllocations () - PreviousAllocations;
548 if (Allocations > 0)
551 "0x%X Outstanding allocations after evaluation of %s\n",
552 Allocations, AcpiGbl_DbMethodInfo.Pathname);

Completed in 26 milliseconds