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