FfiMemory class

FfiMemory uses native functions to interact with memory operations. For example, setMemory will use the memset function.

Implemented types

Constructors

FfiMemory.new()
factory

Properties

allocator Allocator
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyMemory(Pointer<Void> pDst, Pointer<Void> pSrc, int size) Pointer<Void>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setMemory(Pointer<Void> p, int data, int size) Pointer<Void>
override
toString() String
A string representation of this object.
inherited
zeroMemory(Pointer<Void> p, int size) Pointer<Void>
override

Operators

operator ==(Object other) bool
The equality operator.
inherited