#include "fumocommon.h" struct Pool { void *memory; usize size; usize allocated; };