Flutter Engine
The Flutter Engine
|
#include "vm/heap/compactor.h"
#include "platform/atomic.h"
#include "vm/globals.h"
#include "vm/heap/heap.h"
#include "vm/heap/pages.h"
#include "vm/heap/sweeper.h"
#include "vm/thread_barrier.h"
#include "vm/timeline.h"
Go to the source code of this file.
Classes | |
class | dart::ForwardingBlock |
class | dart::ForwardingPage |
struct | dart::Partition |
class | dart::CompactorTask |
Namespaces | |
namespace | dart |
Functions | |
dart::DEFINE_FLAG (bool, force_evacuation, false, "Force compaction to move every movable object") | |