Pyrogenesis HEAD
Pyrogenesis, a RTS Engine
|
#include "lib/alignment.h"
#include "lib/allocators/stateless_allocators.h"
#include "lib/allocators/freelist.h"
#include <cstring>
Go to the source code of this file.
Namespaces | |
namespace | Allocators |
Functions | |
template<class Storage > | |
static uintptr_t | Allocators::StorageAppend (Storage &storage, size_t &end, size_t size) |
template<template< class Storage > class Functor> | |
static void | Allocators::ForEachStorage () |