Flutter Engine
The Flutter Engine
|
#include "vm/zone.h"
#include "platform/address_sanitizer.h"
#include "platform/assert.h"
#include "platform/memory_sanitizer.h"
#include "vm/dart.h"
#include "vm/isolate.h"
#include "vm/unit_test.h"
Go to the source code of this file.
Namespaces | |
namespace | dart |
Macros | |
#define | CHECK_RSS |
Functions | |
dart::VM_UNIT_TEST_CASE (AllocateZone) | |
dart::VM_UNIT_TEST_CASE (AllocGeneric_Success) | |
dart::VM_UNIT_TEST_CASE_WITH_EXPECTATION (AllocGeneric_Overflow, "Crash") | |
dart::VM_UNIT_TEST_CASE (ZoneRealloc) | |
dart::VM_UNIT_TEST_CASE (ZoneAllocated) | |
dart::TEST_CASE (PrintToString) | |
dart::TEST_CASE (StressMallocDirectly) | |
dart::ISOLATE_UNIT_TEST_CASE (StressMallocThroughZones) | |
dart::ISOLATE_UNIT_TEST_CASE (ZoneVerificationScaling) | |
Variables | |
static constexpr int64_t | dart::kRssSlack = 20 * MB |
static const size_t | dart::kSizes [] |
#define CHECK_RSS |
Definition at line 198 of file zone_test.cc.