This website requires JavaScript.
Explore
Help
Register
Sign In
cli
/
q
Code
Issues
1
Pull Requests
Activity
6 lines
81 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Fixed incorrect parameters for memory deallocation
2025-02-09 15:25:25 +01:00
import mem
main() {
address := mem.alloc(1024)
Improved type system
2025-02-09 23:52:07 +01:00
assert mem.free(address) == 0
Fixed incorrect parameters for memory deallocation
2025-02-09 15:25:25 +01:00
}
Reference in New Issue
Copy Permalink