LAMA
lama::PGASAllocator Class Reference

#include <PGASAllocator.hpp>

Inheritance diagram for lama::PGASAllocator:

Public Member Functions

 PGASAllocator ()
virtual ~PGASAllocator ()
virtual void * allocate (size_t size)=0
virtual void free (void *ptr, size_t size)=0
virtual bool isAllocated (const void *ptr)=0
virtual size_t getOffset (const void *ptr)=0

Constructor & Destructor Documentation


Member Function Documentation

virtual void* lama::PGASAllocator::allocate ( size_t  size) [pure virtual]
virtual void lama::PGASAllocator::free ( void *  ptr,
size_t  size 
) [pure virtual]

Implemented in lama::PGASSimpleAllocator.

Referenced by lama::GPIInterface::free().

virtual bool lama::PGASAllocator::isAllocated ( const void *  ptr) [pure virtual]

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