hprof_blocks.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  BlockHeader
struct  Blocks

Functions

Blocksblocks_init (int alignment, int elem_size, int population)
void * blocks_alloc (Blocks *blocks, int nbytes)
void blocks_term (Blocks *blocks)

Function Documentation

void* blocks_alloc ( Blocks blocks,
int  nbytes 
)

Definition at line 117 of file hprof_blocks.c.

Here is the call graph for this function:

Here is the caller graph for this function:

Blocks* blocks_init ( int  alignment,
int  elem_size,
int  population 
)

Definition at line 98 of file hprof_blocks.c.

Here is the caller graph for this function:

void blocks_term ( Blocks blocks  ) 

Definition at line 144 of file hprof_blocks.c.

Here is the caller graph for this function:


Generated on 19 Nov 2012 for hprof by  doxygen 1.6.1