Deleted Added
full compact
actypes.h (245582) actypes.h (246040)
1/******************************************************************************
2 *
3 * Name: actypes.h - Common data types for the entire ACPI subsystem
4 *
5 *****************************************************************************/
6
7/*
8 * Copyright (C) 2000 - 2013, Intel Corp.

--- 1212 unchanged lines hidden (view full) ---

1221 */
1222typedef struct acpi_memory_list
1223{
1224 char *ListName;
1225 void *ListHead;
1226 UINT16 ObjectSize;
1227 UINT16 MaxDepth;
1228 UINT16 CurrentDepth;
1/******************************************************************************
2 *
3 * Name: actypes.h - Common data types for the entire ACPI subsystem
4 *
5 *****************************************************************************/
6
7/*
8 * Copyright (C) 2000 - 2013, Intel Corp.

--- 1212 unchanged lines hidden (view full) ---

1221 */
1222typedef struct acpi_memory_list
1223{
1224 char *ListName;
1225 void *ListHead;
1226 UINT16 ObjectSize;
1227 UINT16 MaxDepth;
1228 UINT16 CurrentDepth;
1229 UINT16 LinkOffset;
1230
1231#ifdef ACPI_DBG_TRACK_ALLOCATIONS
1232
1233 /* Statistics for debug memory tracking only */
1234
1235 UINT32 TotalAllocated;
1236 UINT32 TotalFreed;
1237 UINT32 MaxOccupied;
1238 UINT32 TotalSize;
1239 UINT32 CurrentTotalSize;
1240 UINT32 Requests;
1241 UINT32 Hits;
1242#endif
1243
1244} ACPI_MEMORY_LIST;
1245
1246
1247#endif /* __ACTYPES_H__ */
1229
1230#ifdef ACPI_DBG_TRACK_ALLOCATIONS
1231
1232 /* Statistics for debug memory tracking only */
1233
1234 UINT32 TotalAllocated;
1235 UINT32 TotalFreed;
1236 UINT32 MaxOccupied;
1237 UINT32 TotalSize;
1238 UINT32 CurrentTotalSize;
1239 UINT32 Requests;
1240 UINT32 Hits;
1241#endif
1242
1243} ACPI_MEMORY_LIST;
1244
1245
1246#endif /* __ACTYPES_H__ */