From: Leandro Lucarella Date: Fri, 20 Aug 2010 01:48:57 +0000 (-0300) Subject: Allow testing for fork() availability X-Git-Url: https://git.llucax.com/software/dgc/cdgc.git/commitdiff_plain/d8944d1a3011a7b9b2ffcebf41fdb5d6d3b03467?ds=sidebyside;hp=d8944d1a3011a7b9b2ffcebf41fdb5d6d3b03467 Allow testing for fork() availability 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. ---