13 #ifndef HERMES_DEBUG_STATE_H_
14 #define HERMES_DEBUG_STATE_H_
#define KILOBYTES(n)
Definition: hermes_types.h:31
Definition: adapter_utils.cc:35
DebugState * global_debug_map_state
Definition: debug_state.h:41
uint8_t u8
Definition: hermes_types.h:40
char global_debug_id_name[]
Definition: debug_state.h:45
const int kGlobalDebugMaxAllocations
Definition: debug_state.h:27
DebugState * global_debug_id_state
Definition: debug_state.h:40
uint32_t u32
Definition: hermes_types.h:42
char global_debug_map_name[]
Definition: debug_state.h:43
Definition: debug_state.h:21
u32 size
Definition: debug_state.h:23
u32 offset
Definition: debug_state.h:22
Definition: debug_state.h:32
TicketMutex mutex
Definition: debug_state.h:36
u32 allocation_count
Definition: debug_state.h:37
DebugHeapAllocation allocations[kGlobalDebugMaxAllocations]
Definition: debug_state.h:35
u8 * shmem_base
Definition: debug_state.h:33
Definition: memory_management.h:36