]> git.llucax.com Git - software/dgc/cdgc.git/commitdiff
Allow testing for fork() availability
authorLeandro Lucarella <llucax@gmail.com>
Fri, 20 Aug 2010 01:48:57 +0000 (22:48 -0300)
committerLeandro Lucarella <llucax@gmail.com>
Thu, 26 Aug 2010 01:22:47 +0000 (22:22 -0300)
The concurrent GC will fork() to run the collection, so it need to know if
the underlying OS supports it. This patch renames the alloc module to os
to group all needed OS abstractions in one module.


No differences found