1 2 3 4 5 6
// Copyright (c) 2021 Johannes Stoelp #pragma once void* alloc(unsigned size); void dealloc(void* ptr);