Flutter Engine
The Flutter Engine
Static Public Member Functions | List of all members
dart::compiler::target::Heap Class Reference

#include <runtime_api.h>

Inheritance diagram for dart::compiler::target::Heap:
dart::AllStatic

Static Public Member Functions

static bool IsAllocatableInNewSpace (intptr_t instance_size)
 

Detailed Description

Definition at line 1494 of file runtime_api.h.

Member Function Documentation

◆ IsAllocatableInNewSpace()

bool dart::compiler::target::Heap::IsAllocatableInNewSpace ( intptr_t  instance_size)
static

Definition at line 1025 of file runtime_api.cc.

1025 {
1026 return dart::IsAllocatableInNewSpace(instance_size);
1027}
bool IsAllocatableInNewSpace(intptr_t size)
Definition: spaces.h:57

The documentation for this class was generated from the following files: