All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Static Public Member Functions | Static Public Attributes | Protected Member Functions | List of all members
osl::misc::Align16New Struct Reference

#include <align16New.h>

Inheritance diagram for osl::misc::Align16New:
Inheritance graph
[legend]

Static Public Member Functions

static void * operator new (size_t size)
 
static void * operator new[] (size_t size)
 
static void operator delete (void *ptr, size_t size)
 
static void operator delete[] (void *ptr, size_t size)
 

Static Public Attributes

static const int Alignment = 16
 

Protected Member Functions

 ~Align16New ()
 

Detailed Description

Definition at line 11 of file align16New.h.

Constructor & Destructor Documentation

osl::misc::Align16New::~Align16New ( )
inlineprotected

Definition at line 19 of file align16New.h.

Member Function Documentation

void osl::misc::Align16New::operator delete ( void *  ptr,
size_t  size 
)
static

Definition at line 26 of file align16New.cc.

void osl::misc::Align16New::operator delete[] ( void *  ptr,
size_t  size 
)
static

Definition at line 34 of file align16New.cc.

void * osl::misc::Align16New::operator new ( size_t  size)
static

Definition at line 7 of file align16New.cc.

void * osl::misc::Align16New::operator new[] ( size_t  size)
static

Definition at line 21 of file align16New.cc.

Member Data Documentation

const int osl::misc::Align16New::Alignment = 16
static

Definition at line 13 of file align16New.h.


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