]> git.llucax.com Git - software/dgc/cdgc.git/commit
Remove valloc() allocation method
authorLeandro Lucarella <llucax@gmail.com>
Sat, 16 Jan 2010 23:45:22 +0000 (20:45 -0300)
committerLeandro Lucarella <llucax@gmail.com>
Sat, 16 Jan 2010 23:45:22 +0000 (20:45 -0300)
commit28078ce1ede1d2b4535e9f44bde1466c4912a910
tree9a9b7e660d236946fe07f07277bef86e01e4b871
parentec73552782f845e080e7c46324201351f7df30f2
Remove valloc() allocation method

Almost any system that support valloc() supports mmap(), and being
a deprecated function, it makes not much sense to maintain it as an
allocation method.
gc/alloc.d