Triton
Visual simulation library for ocean rendering.
Classes
MemAlloc.h File Reference

Memory allocation interface for SilverLining. More...

#include <cstddef>
#include <string>
Include dependency graph for MemAlloc.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Triton::Allocator
 You may extend the Allocator class to hook your own memory management scheme into Triton. More...
 
class  Triton::MemObject
 This base class for all Triton objects intercepts the new and delete operators, routing them through Triton::Allocator(). More...
 

Detailed Description

Memory allocation interface for SilverLining.