summaryrefslogtreecommitdiff
path: root/os/pool.cpp
blob: f059b05b8f18aa40d137f62a61bdb5258e039d8c (plain)
1
2
3
4
5
#include "pool.h"

void* operator new(unsigned int, char* buf) {
	return (void*)buf;
}