#include "malloc.h"Go to the source code of this file.
Functions | |
| void * | operator new (size_t size) |
| void | operator delete (void *pointer) |
| void * | operator new[] (size_t size) |
| void | operator delete[] (void *pointer) |
This file is copyrighted by MetaCryption LLC Read attached license in file mdp_license.pdf This file cannot be distributed without file mdp_license.pdf
1.4.1