mirror of
https://github.com/vlang/v.git
synced 2025-08-04 10:17:22 -04:00
6 lines
58 B
V
6 lines
58 B
V
module runtime
|
|
|
|
fn free_memory_impl() usize {
|
|
return 1
|
|
}
|