#pragma once #include "stdint.h" void* operator new(uint16_t, void* const buf); void* operator new[](uint16_t, void* const buf);