menu
tree_sitter_dart package
documentation
tree_sitter.dart
TreeSitterAllocator
malloc method
malloc method
dark_mode
light_mode
malloc
method
Object
?
malloc
(
int
size
)
Implementation
Object? malloc(int size) { _checkNonNegative(size, 'size'); return _mallocCallback(size); }
tree_sitter_dart package
documentation
tree_sitter
TreeSitterAllocator
malloc method
TreeSitterAllocator class