Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

gc_heap.hpp File Reference
#include <immer/config.hpp>
#include <immer/heap/tags.hpp>
#include <cstdlib>
#include <memory>
+ Include dependency graph for gc_heap.hpp:

Go to the source code of this file.

Classes

class  immer::gc_heap
 

Namespaces

 immer
 

Macros

#define IMMER_GC_REQUIRE_INIT   0
 
#define IMMER_GC_INIT_GUARD_
 

Macro Definition Documentation

◆ IMMER_GC_INIT_GUARD_

#define IMMER_GC_INIT_GUARD_

Definition at line 57 of file gc_heap.hpp.

Referenced by immer::gc_heap::allocate().

◆ IMMER_GC_REQUIRE_INIT

#define IMMER_GC_REQUIRE_INIT   0

Definition at line 28 of file gc_heap.hpp.

Released under the MIT license