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

#include <Allocator.h>

+ Collaboration diagram for pdb::NoReusePolicy:

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 208 of file Allocator.h.

Member Function Documentation

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

Definition at line 376 of file Allocator.cc.

+ Here is the call graph for this function:

AllocatorPolicy pdb::NoReusePolicy::getPolicyName ( )
inline

Definition at line 234 of file Allocator.h.

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

Definition at line 395 of file Allocator.cc.

+ Here is the call graph for this function:


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