mirror of
https://github.com/acpica/acpica/
synced 2025-02-24 17:34:43 +03:00
Completed rename of all globals to prefix "AcpiGbl_", added stack
tracing mechanism date 2001.08.27.15.39.00; author rmoore1; state Exp;
This commit is contained in:
parent
4f135b5bf5
commit
f001480061
@ -1,7 +1,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Module Name: utalloc - local cache and memory allocation routines
|
||||
* $Revision: 1.96 $
|
||||
* $Revision: 1.97 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -219,7 +219,8 @@ AcpiUtAcquireFromCache (
|
||||
ACPI_MEM_TRACKING (CacheInfo->CacheHits++);
|
||||
CacheInfo->CacheDepth--;
|
||||
|
||||
ACPI_DEBUG_PRINT ((ACPI_DB_EXEC, "Object %p from cache %d\n", Object, ListId));
|
||||
ACPI_DEBUG_PRINT ((ACPI_DB_EXEC, "Object %p from %s\n",
|
||||
Object, AcpiGbl_MemoryLists[ListId].ListName));
|
||||
|
||||
AcpiUtReleaseMutex (ACPI_MTX_CACHES);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user