|
|
|
|
|
by Tozen
1122 days ago
|
|
V has flexible memory management. This is stated on their website and documentation: 1) Uses GC as a convenient default and is optional (can be turned off with -gc none) 2) Can use autofree (enabled with -autofree) 3) Can use arena allocation (enabled with -prealloc) 4) Can be managed manually (-gc none) |
|