Inheritance diagram for memory_block::pool_of_blocks:
(This is the base class for dynpool. It is located here because this allocator knows something of the structure of the blocks of chips and because block_list uses this interface.)
Definition at line 251 of file mem_block.h.
Public Member Functions | |
block_of_chips * | acquire_block (block_list *owner) |
Acquire a block of chips and insert in the given owner list. | |
block_of_chips * | release_block (block_of_chips *b) |
Release an unused block of chips and return its "next". | |
virtual NORET | ~pool_of_blocks () |
virtual void | dump () const |