dlvhex  2.5.0
Memory Allocation
Collaboration diagram for Memory Allocation:

Data Structures

class  bm::block_allocator
 Default malloc based bitblock allocator class. More...
class  bm::ptr_allocator
 Default malloc based bitblock allocator class. More...
class  bm::mem_alloc< BA, PA >
 BM style allocator adapter. More...

Typedefs

typedef mem_alloc
< block_allocator,
ptr_allocator > 
bm::standard_allocator

Detailed Description

Memory allocation related units


Typedef Documentation

typedef mem_alloc< block_allocator, ptr_allocator > bm::standard_allocator

Definition at line 234 of file bmalloc.h.