Added more allocation metrics.

date	99.10.21.16.59.00;	author grsmith1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 19:08:39 +00:00
parent 728afe4d23
commit 45fd1c9d20
2 changed files with 271 additions and 704 deletions

View File

@ -123,9 +123,8 @@
#include <tables.h>
#define _THIS_MODULE "cmdelete.c"
#define _COMPONENT MISCELLANEOUS
MODULE_NAME ("cmdelete");
/******************************************************************************
@ -573,7 +572,13 @@ CmDeleteInternalObj (
DEBUG_PRINT (ACPI_INFO, ("CmDeleteInternalObj: Deleting Obj %p [%s]\n",
Object, Gbl_NsTypeNames[Object->Common.Type]));
/* Memory allocation metrics. Call the macro here since we only
* care about dynamically allocated objects.
*/
DECREMENT_OBJECT_METRICS(Object->Common.Size);
CmFree (Object);
}
return_VOID;

File diff suppressed because it is too large Load Diff