HTGS  v2.0
The Hybrid Task Graph Scheduler
MemoryPool.hpp File Reference

Implements the MemoryPool class. More...

#include <list>
#include <iostream>
#include <memory>
#include <htgs/types/Types.hpp>
#include <htgs/debug/debug_message.hpp>
#include <htgs/core/queue/BlockingQueue.hpp>
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  htgs::MemoryData< T >
 Describes memory allocated by a MemoryManager to manage shared memory across multiple ITask. More...
 
class  htgs::MemoryPool< T >
 Creates a pool of memory that allocates/frees MemoryData. More...
 

Detailed Description

Implements the MemoryPool class.

Author
Timothy Blattner
Date
Nov 16, 2015