Skip to content

Commit

Permalink
Add a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
temeddix committed Sep 12, 2024
1 parent 450be15 commit daa5e4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flutter_package/lib/src/load_os.dart
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ class RustLibraryNew extends RustLibrary {

/// Class for local native library symbols loaded with `RTLD_LOCAL`.
/// This is relatively inefficient because `malloc.allocate` is required.
/// It involves extra memory copy before sending the data to Rust.
class RustLibraryOld extends RustLibrary {
late DynamicLibrary lib;
late void Function() startRustLogicExtern;
Expand Down

0 comments on commit daa5e4d

Please sign in to comment.