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::DefaultPolicy Class Reference

#include <Allocator.h>

+ Collaboration diagram for pdb::DefaultPolicy:

Public Member Functions

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

Detailed Description

Definition at line 175 of file Allocator.h.

Member Function Documentation

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

Definition at line 339 of file Allocator.cc.

+ Here is the call graph for this function:

AllocatorPolicy pdb::DefaultPolicy::getPolicyName ( )
inline

Definition at line 200 of file Allocator.h.

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

Definition at line 357 of file Allocator.cc.

+ Here is the call graph for this function:


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