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
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