Generated on Sat Feb 7 2015 02:01:52 for Gecode by doxygen 1.8.9.1
Gecode::Support::BlockClient< T, A, blocksize > Class Template Reference

Client for block allocator of type T. More...

#include <block-allocator.hpp>

Static Public Member Functions

static void * operator new (size_t s, BlockAllocator< T, A, blocksize > &ba)
 Allocate memory from block allocator ba. More...
 
static void operator delete (void *, BlockAllocator< T, A, blocksize > &ba)
 Noop (memory freed only when block allocator deleted) More...
 
static void operator delete (void *)
 Noop (memory freed only when block allocator deleted) More...
 

Detailed Description

template<class T, class A, int blocksize = 512>
class Gecode::Support::BlockClient< T, A, blocksize >

Client for block allocator of type T.

Provides memory management for objects of type T.

Definition at line 88 of file block-allocator.hpp.

Member Function Documentation

template<class T, class A, int blocksize>
void * Gecode::Support::BlockClient< T, A, blocksize >::operator new ( size_t  s,
BlockAllocator< T, A, blocksize > &  ba 
)
inlinestatic

Allocate memory from block allocator ba.

Definition at line 162 of file block-allocator.hpp.

template<class T, class A, int blocksize>
void Gecode::Support::BlockClient< T, A, blocksize >::operator delete ( void *  ,
BlockAllocator< T, A, blocksize > &  ba 
)
inlinestatic

Noop (memory freed only when block allocator deleted)

Definition at line 154 of file block-allocator.hpp.

template<class T, class A, int blocksize>
void Gecode::Support::BlockClient< T, A, blocksize >::operator delete ( void *  )
inlinestatic

Noop (memory freed only when block allocator deleted)

Definition at line 158 of file block-allocator.hpp.


The documentation for this class was generated from the following file: