A platform for high-performance distributed tool and library development written in C++. It can be deployed in two different cluster modes: standalone or distributed. API for v0.5.0, released on June 13, 2018.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
pdb::DummyPolicy Class Reference

#include <Allocator.h>

+ Collaboration diagram for pdb::DummyPolicy:

Public Member Functions

void freeRAM (bool isContained, void *here, std::vector< InactiveAllocationBlock > &allInactives, AllocatorState &myState)
 
void * getRAM (size_t howMuch, AllocatorState &myState)
 
void setPolicy (AllocatorPolicy toMe)
 
void unsetPolicy ()
 

Detailed Description

Definition at line 134 of file Allocator.h.

Member Function Documentation

void pdb::DummyPolicy::freeRAM ( bool  isContained,
void *  here,
std::vector< InactiveAllocationBlock > &  allInactives,
AllocatorState myState 
)
inline

Definition at line 145 of file Allocator.h.

void* pdb::DummyPolicy::getRAM ( size_t  howMuch,
AllocatorState myState 
)
inline

Definition at line 159 of file Allocator.h.

void pdb::DummyPolicy::setPolicy ( AllocatorPolicy  toMe)
inline

Definition at line 167 of file Allocator.h.

void pdb::DummyPolicy::unsetPolicy ( )
inline

Definition at line 170 of file Allocator.h.


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