#include "hprof.h"
Go to the source code of this file.
Functions | |
| static int | real_size (int alignment, int nbytes) |
| static void | add_block (Blocks *blocks, int nbytes) |
| Blocks * | blocks_init (int alignment, int elem_size, int population) |
| void * | blocks_alloc (Blocks *blocks, int nbytes) |
| void | blocks_term (Blocks *blocks) |
| static void add_block | ( | Blocks * | blocks, | |
| int | nbytes | |||
| ) | [static] |
Definition at line 67 of file hprof_blocks.c.


| void* blocks_alloc | ( | Blocks * | blocks, | |
| int | nbytes | |||
| ) |
Definition at line 117 of file hprof_blocks.c.


| Blocks* blocks_init | ( | int | alignment, | |
| int | elem_size, | |||
| int | population | |||
| ) |
| void blocks_term | ( | Blocks * | blocks | ) |
| static int real_size | ( | int | alignment, | |
| int | nbytes | |||
| ) | [static] |
1.6.1