#include <process.h>
Definition at line 230 of file process.h.
◆ BufferListNode()
dart::bin::BufferListBase::BufferListNode::BufferListNode |
( |
intptr_t |
size | ) |
|
|
inlineexplicit |
Definition at line 232 of file process.h.
232 {
233 data_ =
new uint8_t[
size];
234
235 next_ = nullptr;
236 }
it will be possible to load the file into Perfetto s trace viewer disable asset Prevents usage of any non test fonts unless they were explicitly Loaded via prefetched default font Indicates whether the embedding started a prefetch of the default font manager before creating the engine run In non interactive keep the shell running after the Dart script has completed enable serial On low power devices with low core running concurrent GC tasks on threads can cause them to contend with the UI thread which could potentially lead to jank This option turns off all concurrent GC activities domain network JSON encoded network policy per domain This overrides the DisallowInsecureConnections switch Embedder can specify whether to allow or disallow insecure connections at a domain level old gen heap size
◆ ~BufferListNode()
dart::bin::BufferListBase::BufferListNode::~BufferListNode |
( |
| ) |
|
|
inline |
◆ data()
uint8_t * dart::bin::BufferListBase::BufferListNode::data |
( |
| ) |
const |
|
inline |
◆ next()
BufferListNode * dart::bin::BufferListBase::BufferListNode::next |
( |
| ) |
const |
|
inline |
◆ set_next()
void dart::bin::BufferListBase::BufferListNode::set_next |
( |
BufferListNode * |
n | ) |
|
|
inline |
◆ Valid()
bool dart::bin::BufferListBase::BufferListNode::Valid |
( |
| ) |
const |
|
inline |
Definition at line 240 of file process.h.
240{ return data_ != nullptr; }
The documentation for this class was generated from the following file:
- third_party/dart-lang/sdk/runtime/bin/process.h