Flutter Engine
The Flutter Engine
|
#include "vm/heap/page.h"
#include "platform/assert.h"
#include "platform/leak_sanitizer.h"
#include "vm/dart.h"
#include "vm/heap/become.h"
#include "vm/heap/compactor.h"
#include "vm/heap/marker.h"
#include "vm/heap/safepoint.h"
#include "vm/heap/sweeper.h"
#include "vm/lockers.h"
#include "vm/log.h"
#include "vm/object.h"
#include "vm/object_set.h"
#include "vm/os_thread.h"
#include "vm/virtual_memory.h"
Go to the source code of this file.
Namespaces | |
namespace | dart |
Functions | |
static bool | dart::CanUseCache (uword flags) |
Variables | |
static constexpr intptr_t | dart::kPageCacheCapacity = 8 * kWordSize |
static Mutex * | dart::page_cache_mutex = nullptr |
static VirtualMemory * | dart::page_cache [kPageCacheCapacity] = {nullptr} |
static intptr_t | dart::page_cache_size = 0 |