// Copyright (c) 2021 Johannes Stoelp #pragma once void* alloc(unsigned size); void dealloc(void* ptr);