1Prelude.gcSetMaxHeapSize(3kayaK)aya module referenPcreelude.gcSetMaxHeapSize(3kaya)
2
3
4
6 Prelude::gcSetMaxHeapSize - Debugging function
7
9 Void gcSetMaxHeapSize( Int size )
10
12 Set the maximum heap size used by the garbage collector. This puts an
13 upper limit on the memory usage of the program (a segfault will occur
14 if it is exceeded)
15
17 Kaya standard library by Edwin Brady, Chris Morris and others
18 (kaya@kayalang.org). For further information see http://kayalang.org/
19
21 The Kaya standard library is free software; you can redistribute it
22 and/or modify it under the terms of the GNU Lesser General Public
23 License (version 2.1 or any later version) as published by the Free
24 Software Foundation.
25
26
27
28Kaya December 2010 Prelude.gcSetMaxHeapSize(3kaya)