/Users/mdipierro/fermiqcd/development/Libraries/mdp_dynalloc.h File Reference
#include "malloc.h"
Go to the source code of this file.
Detailed Description
- Version:
- 2009-12-21
- Author:
- Massimo Di Pierro <mdipierro@cs.depaul.edu>
Declaration of overloaded new and delete operators to use memalign when compiled with define SSE2 Required for SSE/SSE2 assembly macros
Licensed under GPL2 license Read attached license in file mdp_license.pdf This file cannot be distributed without file mdp_license.pdf
Function Documentation
void operator delete |
( |
void * |
pointer |
) |
|
void operator delete[] |
( |
void * |
pointer |
) |
|
void* operator new |
( |
size_t |
size |
) |
|
void* operator new[] |
( |
size_t |
size |
) |
|