Flutter Engine
The Flutter Engine
|
#include <gc_shared.h>
Public Member Functions | |
void | Release () |
bool | IsEmpty () |
void | FlushInto (GCLinkedLists *to) |
Definition at line 79 of file gc_shared.h.
void dart::GCLinkedLists::FlushInto | ( | GCLinkedLists * | to | ) |
Definition at line 34 of file gc_shared.cc.
bool dart::GCLinkedLists::IsEmpty | ( | ) |
Definition at line 23 of file gc_shared.cc.
void dart::GCLinkedLists::Release | ( | ) |
Definition at line 17 of file gc_shared.cc.