Allocator.h File Reference

Contain memory allocator. More...

#include "Config.h"
#include <malloc.h>
#include <new>
#include <exception>

Go to the source code of this file.

Namespaces

namespace  exmat
namespace  exmat::PNS

Classes

class  exmat::AlignedStack< StackSize, align_bytes >
 An aligned stack. StackSize is in bytes. More...

Functions

static void * exmat::AlignedMalloc (size_t size, size_t align)
 Memory allocation, aligned.
static void exmat::AlignedFree (void *p)
 Free the memory returned from AlignedMalloc.
static void * exmat::aligned_stack_allocate (size_t size)
 Allocate memory from the aligned stack.
static void exmat::aligned_stack_free ()
 Free memory from the aligned stack.


Detailed Description

Contain memory allocator.

Author:
Ricky Lung Man Tat
Details for Allocator.h
Generated on Sat May 6 23:12:03 2006 for Exmat by  doxygen 1.4.6-NO