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

Implements the the base class for memory allocators to remove the template argument and provide general functions used for any memory allocator. More...

#include <cstddef>
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  htgs::AnyMemoryAllocator
 Create a base class for a memory allocator that removes the template and defines common functionality for any memory allocator. More...
 

Detailed Description

Implements the the base class for memory allocators to remove the template argument and provide general functions used for any memory allocator.

Author
Timothy Blattner
Date
March 22, 2017