diff options
Diffstat (limited to 'pool.cpp')
-rw-r--r-- | pool.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pool.cpp b/pool.cpp new file mode 100644 index 0000000..f059b05 --- /dev/null +++ b/pool.cpp @@ -0,0 +1,5 @@ +#include "pool.h" + +void* operator new(unsigned int, char* buf) { + return (void*)buf; +} |