Anklang 0.3.0-460-gc4ef46ba
ASE — Anklang Sound Engine (C++)
« « « Anklang Documentation |
#include "loft.hh"
#include "platform.hh"
#include "atomics.hh"
#include "randomhash.hh"
#include "main.hh"
#include "internal.hh"
#include "testing.hh"
#include <sys/mman.h>
#include <wchar.h>
Go to the source code of this file.
Classes | |
struct | Ase::Loft::ArenaSpan |
struct | Ase::Loft::BumpAllocator |
struct | Ase::Loft::LoftBuckets |
Namespaces | |
namespace | Ase |
The Anklang C++ API namespace. | |
namespace | Ase::Loft |
Loft - A special purpose memory allocator for lock- and obstruction-free thread progress. | |
Macros | |
#define | MDEBUG(...) |
#define | VDEBUG(...) |
#define | MEM_ALIGN(addr, ALIGNMENT) |
Typedefs | |
using | Ase::Loft::ArenaList = std::vector< ArenaSpan > |
struct Ase::Loft::ArenaSpan |