Pyrogenesis
13997
|
#include "lib/alignment.h"
#include "lib/allocators/allocator_adapters.h"
#include "lib/allocators/freelist.h"
Go to the source code of this file.
Namespaces | |
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 () |