|
Broom 1.0.0
A thread-local C++ Garbage Collector
|
#include <stack>#include "src/allocator.h"#include "src/arch/arch-base.h"#include "src/garbage-collector.h"#include "src/roots-inl.h"#include "src/roots.h"
Go to the source code of this file.
Namespaces | |
| namespace | broom |
Functions | |
| BROOM_NOASAN BROOM_NOTSAN BROOM_NOINLINE void | broom::IterateStackAndVisitRootsImpl (RootVisitor *visitor, const void *const *stack_bottom, const void *const *stack_top) |