Pyrogenesis  13997
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
Allocator_VM< pageType, prot > 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<vm::PageType pageType = vm::kDefault, int prot = PROT_READ|PROT_WRITE>
struct Allocator_VM< pageType, prot >

Definition at line 68 of file allocator_adapters.h.

Member Function Documentation

template<vm::PageType pageType = vm::kDefault, int prot = PROT_READ|PROT_WRITE>
void* Allocator_VM< pageType, prot >::allocate ( size_t  size)
inline

Definition at line 70 of file allocator_adapters.h.

template<vm::PageType pageType = vm::kDefault, int prot = PROT_READ|PROT_WRITE>
void Allocator_VM< pageType, prot >::deallocate ( void *  p,
size_t  size 
)
inline

Definition at line 75 of file allocator_adapters.h.


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