FakeSharedBuffer constructor
FakeSharedBuffer(
- int byteLength
Allocates byteLength bytes of zeroed fake-shared memory.
Implementation
FakeSharedBuffer(int byteLength) : _bytes = Uint8List(byteLength);
Allocates byteLength bytes of zeroed fake-shared memory.
FakeSharedBuffer(int byteLength) : _bytes = Uint8List(byteLength);