dlvhex  2.5.0
vs10/bm/bmalloc.h File Reference
#include <stdlib.h>
#include <new>
Include dependency graph for bmalloc.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

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...

Namespaces

namespace  bm

Typedefs

typedef mem_alloc
< block_allocator,
ptr_allocator > 
bm::standard_allocator