Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Namespaces | Functions
memory_region_test.cc File Reference
#include "vm/memory_region.h"
#include "platform/assert.h"
#include "vm/unit_test.h"

Go to the source code of this file.

Namespaces

namespace  dart
 

Functions

static void * dart::NewRegion (uword size)
 
static void dart::DeleteRegion (const MemoryRegion &region)
 
 dart::VM_UNIT_TEST_CASE (NullRegion)
 
 dart::VM_UNIT_TEST_CASE (NewRegion)
 
 dart::VM_UNIT_TEST_CASE (Subregion)
 
 dart::VM_UNIT_TEST_CASE (ExtendedRegion)