date	2001.07.10.19.51.00;	author agrover;	state Exp;
This commit is contained in:
aystarik 2005-06-29 19:01:59 +00:00
parent 2c63acd12c
commit 2de2897c30

View File

@ -1,7 +1,7 @@
/******************************************************************************
*
* Module Name: utalloc - local memory allocation routines
* $Revision: 1.91 $
* $Revision: 1.92 $
*
*****************************************************************************/
@ -131,7 +131,7 @@
/*
* This module is used for tracking memory leaks in the subsystem, and it
* gets compiled out when the ACPI_DEBUG flag is not set.
* gets compiled out when the ACPI_DEBUG_TRACK_ALLOCATIONS is not set.
*
* Each memory allocation is tracked via a doubly linked list. Each
* element contains the caller's component, module name, function name, and