#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. |