TuttleOFX  1
MemoryPool.cpp File Reference
#include "MemoryPool.hpp"
#include <tuttle/common/utils/global.hpp>
#include <tuttle/common/system/memoryInfo.hpp>
#include <boost/throw_exception.hpp>
#include <algorithm>
Include dependency graph for MemoryPool.cpp:

Go to the source code of this file.

Data Structures

class  tuttle::host::memory::PoolData

Namespaces

namespace  tuttle
 

This file provides a set of reimplementations of CImg functions by means of the generic image library (gil). Functions for image blurring.


namespace  tuttle::host
 

Library for host.


namespace  tuttle::host::memory

Functions

void tuttle::host::memory::intrusive_ptr_add_ref (IPoolData *pData)
void tuttle::host::memory::intrusive_ptr_release (IPoolData *pData)

Variable Documentation

std::size_t _bestMatchDiff

Definition at line 150 of file MemoryPool.cpp.

PoolData* _pBestMatch

Definition at line 151 of file MemoryPool.cpp.