Arena storage pool: Difference between revisions

→‎{{header|Scala}}: nonsense deleted
(Header file was incorrect. Offset for end pointer was incorrect.)
(→‎{{header|Scala}}: nonsense deleted)
Line 574:
=={{header|Scala}}==
{{incorrect|Scala|It does not even attempt to accomplish the given task.}}
Spam deleted.
The purpose of Scala is the realizing of solutions, not to make problems with memories, transistors and cooling fans. The use of memory is completely transparent for the Scala programmer. The notifiable effects are the garbage collection latency which gives random execution times. There is only one API call which addresses this scala.compat.Platform.collectGarbage() but the implementation is not guaranteed. If you still want to use this "Don't Try This At Home" stuff and your VM is a JVM the Java run-time library can be used. Good luck.
 
=={{header|Tcl}}==
Anonymous user