#include <cstddef>
#include <memory>
Go to the source code of this file.
Classes | |
struct | gc |
Macros | |
#define | GC_MALLOC_ATOMIC std::malloc |
Typedefs | |
template<typename T> | |
using | traceable_allocator = std::allocator<T> |
template<typename T> | |
using | gc_allocator = std::allocator<T> |
Functions | |
void | nix::initGC () |
void | nix::assertGCInitialized () |
void nix::assertGCInitialized | ( | ) |
Make sure initGC
has already been called.
void nix::initGC | ( | ) |
Initialise the Boehm GC, if applicable.