28 #ifndef __AlignedAllocator_H__
29 #define __AlignedAllocator_H__
77 static void*
allocate(
size_t size,
size_t alignment);
Class to provide aligned memory allocate functionality.
static void * allocate(size_t size, size_t alignment)
Allocate memory with given alignment.
static void * allocate(size_t size)
Allocate memory with default platform dependent alignment.
static void deallocate(void *p)
Deallocate memory that allocated by this class.