]> git.llucax.com Git - software/dgc/naive.git/commit
Move cell allocation and freeing to Cell struct
authorLeandro Lucarella <llucax@gmail.com>
Sun, 6 Sep 2009 19:35:17 +0000 (16:35 -0300)
committerLeandro Lucarella <llucax@gmail.com>
Sun, 6 Sep 2009 19:40:58 +0000 (16:40 -0300)
commit346f04b3e1026ded5af3ac95a483b2c3d05a6d60
treefc7e2d4cd40e5928f592711d10a03684ffde4aac
parent6496d94f157af17ccf0f9cf3dee67c663a23313b
Move cell allocation and freeing to Cell struct

This ensures proper Cell initialization and group cell allocation and
freeing in one place, making easier to change the implementation.
gc/cell.d
gc/gc.d