Flutter Engine
The Flutter Engine
|
#include <freelist.h>
Classes | |
class | FakeInstance |
Public Member Functions | |
FreeListElement * | next () const |
uword | next_address () const |
void | set_next (FreeListElement *next) |
intptr_t | HeapSize () |
intptr_t | HeapSize (uword tags) |
Static Public Member Functions | |
static FreeListElement * | AsElement (uword addr, intptr_t size) |
static FreeListElement * | AsElementNew (uword addr, intptr_t size) |
static void | Init () |
static intptr_t | HeaderSizeFor (intptr_t size) |
Static Public Attributes | |
static constexpr intptr_t | kLargeHeaderSize = 3 * kWordSize |
Definition at line 24 of file freelist.h.
|
static |
Definition at line 16 of file freelist.cc.
|
static |
Definition at line 43 of file freelist.cc.
|
static |
Definition at line 71 of file freelist.cc.
|
inline |
Definition at line 31 of file freelist.h.
|
inline |
Definition at line 32 of file freelist.h.
|
static |
Definition at line 66 of file freelist.cc.
|
inline |
Definition at line 26 of file freelist.h.
|
inline |
Definition at line 27 of file freelist.h.
|
inline |
Definition at line 29 of file freelist.h.
|
staticconstexpr |
Definition at line 44 of file freelist.h.