3 #ifndef OSL_ALIGN16NEW_H 4 #define OSL_ALIGN16NEW_H 14 static void *
operator new(
size_t size);
15 static void *
operator new[](
size_t size);
16 static void operator delete(
void *ptr,
size_t size);
17 static void operator delete[](
void *ptr,
size_t size);
static const int Alignment