menu
database_universe package
documentation
core/core/wasm/ffi.dart
malloc<T> function
malloc<T> function
dark_mode
light_mode
malloc<
T
>
function
Pointer
<
T
>
malloc
<
T
>(
[
int
length
=
1
])
Implementation
Pointer<T> malloc<T>([int length = 1]) { final addr = b.malloc(length * _sizes[T]!); return addr; }
database_universe package
documentation
core/core/wasm/ffi
malloc<T> function
ffi library