OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Sun Feb 22 08:20:21 UTC 2026