Pyrogenesis  13997
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
Allocator_Aligned< alignment > Struct Template Reference

#include <allocator_adapters.h>

Public Member Functions

void * allocate (size_t size)
 
void deallocate (void *p, size_t size)
 

Detailed Description

template<size_t alignment = allocationAlignment>
struct Allocator_Aligned< alignment >

Definition at line 54 of file allocator_adapters.h.

Member Function Documentation

template<size_t alignment = allocationAlignment>
void* Allocator_Aligned< alignment >::allocate ( size_t  size)
inline

Definition at line 56 of file allocator_adapters.h.

template<size_t alignment = allocationAlignment>
void Allocator_Aligned< alignment >::deallocate ( void *  p,
size_t  size 
)
inline

Definition at line 61 of file allocator_adapters.h.


The documentation for this struct was generated from the following file: