https://github.com/evanhyd/DataStructure/blob/14bf8ca5a917c04f731a0c80363201bc9e5290e7/DataStructure/flow_pool_memory_resource.h#L19 The Header wastes a sizeof(void*) for no reason. Consider removing it, and union the actual data and the header.