lib: adds a method to force invocation of garbage collector
authorAlexis Laferrière <alexis.laf@xymus.net>
Tue, 6 Mar 2012 03:22:53 +0000 (22:22 -0500)
committerAlexis Laferrière <alexis.laf@xymus.net>
Tue, 6 Mar 2012 03:22:53 +0000 (22:22 -0500)
commita8c43a4db22cac3ed5b08b3be1e793dc083169d5
tree9995adf2b9a77fc805379f817bd120b23a1f38ca
parented420fdc6a6351448df3077c7a469f20f6aa562b
lib: adds a method to force invocation of garbage collector

The method Sys::force_garbage_collection is implemented internally.

Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>
clib/gc.c
clib/gc.h
lib/standard/gc.nit [new file with mode: 0644]
lib/standard/standard.nit
src/compiling/compiling_icode.nit
tests/sav/test_gc_forced.sav [new file with mode: 0644]
tests/test_gc_forced.nit [new file with mode: 0644]