
Public Attributes | |
| uint32_t | check_a |
| struct Block * | next |
| struct Block * | prev |
| uint8_t * | uninit |
| void * | free_list |
| uint32_t | chunk_size |
| uint32_t | allocated_chunks |
| uint32_t | check_b |
Definition at line 91 of file poolalloc.c.
| uint32_t BlockHeader::allocated_chunks |
Definition at line 98 of file poolalloc.c.
Referenced by allocate_chunk_from_block(), format_block(), and free_chunk_from_block().
| uint32_t BlockHeader::check_a |
Definition at line 92 of file poolalloc.c.
Referenced by format_block().
| uint32_t BlockHeader::check_b |
Definition at line 99 of file poolalloc.c.
Referenced by format_block().
| uint32_t BlockHeader::chunk_size |
Definition at line 97 of file poolalloc.c.
Referenced by add_block_to_pool(), allocate_chunk_from_block(), format_block(), make_block_orphan(), and realloc().
| void* BlockHeader::free_list |
Definition at line 96 of file poolalloc.c.
Referenced by allocate_chunk_from_block(), format_block(), and free_chunk_from_block().
| struct Block* BlockHeader::next |
Definition at line 93 of file poolalloc.c.
Referenced by add_block_to_pool(), allocate_new_block(), format_block(), make_block_orphan(), and return_block_to_free_list().
| struct Block* BlockHeader::prev |
Definition at line 94 of file poolalloc.c.
Referenced by add_block_to_pool(), format_block(), and make_block_orphan().
| uint8_t* BlockHeader::uninit |
Definition at line 95 of file poolalloc.c.
Referenced by allocate_chunk_from_block(), and format_block().
| Generated by doxygen 1.7.1 on Sun Feb 19 2012 01:06:52 for The Battle for Wesnoth | Gna! | Forum | Wiki | CIA | devdocs |