ReactOS 0.4.15-dev-8028-g8e799e2
call_trace_t Struct Reference
Collaboration diagram for call_trace_t:

Public Attributes

call_entry_tcalls
 
int count
 
int alloc
 

Detailed Description

Definition at line 113 of file ordinal.c.

Member Data Documentation

◆ alloc

int call_trace_t::alloc

Definition at line 116 of file ordinal.c.

Referenced by add_call(), and init_call_trace().

◆ calls

call_entry_t* call_trace_t::calls

Definition at line 114 of file ordinal.c.

Referenced by add_call(), free_call_trace(), init_call_trace(), and ok_trace_().

◆ count

int call_trace_t::count

Definition at line 115 of file ordinal.c.

Referenced by add_call(), init_call_trace(), and ok_trace_().


The documentation for this struct was generated from the following file: