Flutter Engine
The Flutter Engine
|
#include <zone.h>
Public Member Functions | |
StackZone (ThreadState *thread) | |
virtual | ~StackZone () |
uintptr_t | SizeInBytes () const |
intptr_t | CapacityInBytes () const |
Zone * | GetZone () |
Public Member Functions inherited from dart::StackResource | |
StackResource (ThreadState *thread) | |
virtual | ~StackResource () |
ThreadState * | thread () const |
Friends | |
template<typename T > | |
class | GrowableArray |
template<typename T > | |
class | ZoneGrowableArray |
Additional Inherited Members | |
Static Public Member Functions inherited from dart::StackResource | |
static void | Unwind (ThreadState *thread) |
static void | UnwindAbove (ThreadState *thread, StackResource *new_top) |
|
explicit |
Definition at line 325 of file zone.cc.
|
virtual |
Definition at line 347 of file zone.cc.
|
inline |
|
friend |
|
friend |