hprof_stack.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  Stack

Functions

Stackstack_init (int init_size, int incr_size, int elem_size)
void * stack_element (Stack *stack, int i)
void * stack_top (Stack *stack)
int stack_depth (Stack *stack)
void * stack_pop (Stack *stack)
void stack_push (Stack *stack, void *element)
void stack_term (Stack *stack)

Function Documentation

int stack_depth ( Stack stack  ) 

Definition at line 126 of file hprof_stack.c.

Here is the caller graph for this function:

void* stack_element ( Stack stack,
int  i 
)

Definition at line 103 of file hprof_stack.c.

Here is the caller graph for this function:

Stack* stack_init ( int  init_size,
int  incr_size,
int  elem_size 
)

Definition at line 83 of file hprof_stack.c.

Here is the caller graph for this function:

void* stack_pop ( Stack stack  ) 

Definition at line 133 of file hprof_stack.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void stack_push ( Stack stack,
void *  element 
)

Definition at line 145 of file hprof_stack.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void stack_term ( Stack stack  ) 

Definition at line 159 of file hprof_stack.c.

Here is the caller graph for this function:

void* stack_top ( Stack stack  ) 

Definition at line 113 of file hprof_stack.c.

Here is the call graph for this function:

Here is the caller graph for this function:


Generated on 19 Nov 2012 for hprof by  doxygen 1.6.1