ur/ErrorReportCpp
library
Constants
-
calloc
→ const CallocAllocator
-
Manages memory on the native heap.
-
malloc
→ const MallocAllocator
-
Manages memory on the native heap.
Functions
-
createInt64PointerFromInt8List(List<int> data)
→ Pointer<Int64>
-
-
createReceivePort()
→ int
-
-
createUint8PointerFromString(String data)
→ StringFFI
-
-
createUint8PointerFromUint8List(List<int> data)
→ Pointer<Uint8>
-
-
requestExecuteCallback(dynamic message)
→ void
-
-
urRunBridge<T extends DartBaseClass>(Object? object, String context, dynamic func(T), {dynamic defValue = null, bool nonnullable = false, bool multiApplicationCheck = false, bool reportError = true})
→ dynamic
-
-
urRunBridgeStatic(Zone? zone, Function? f, String context, dynamic func(Function), {dynamic defValue = null, bool nonnullable = false, bool multiApplicationCheck = false, bool reportError = true})
→ dynamic
-
-
using<R>(R computation(Arena), [Allocator wrappedAllocator = calloc])
→ R
-
Runs
computation with a new Arena, and releases all allocations at the
end.
-
withZoneArena<R>(R computation(), [Allocator wrappedAllocator = calloc])
→ R
-
Creates a zoned Arena to manage native resources.