]> git.llucax.com Git - software/dgc/naive.git/history - gc
Compare pointers explicitly against null using is and !is
[software/dgc/naive.git] / gc /
2009-09-06 Leandro LucarellaCompare pointers explicitly against null using is and !is master
2009-09-06 Leandro LucarellaMove cell allocation and freeing to Cell struct
2009-09-06 Leandro LucarellaMake realloc() handle null as a malloc() result
2009-09-06 Leandro LucarellaMake calloc() handle null as a malloc() result
2009-05-17 Alberto BertogliInitialize capacity to 0 when allocating a new cell
2009-05-17 Alberto BertogliWhen doing a realloc(), take the size of the type into...
2009-05-17 Alberto BertogliFix some comments
2009-05-17 Leandro LucarellaRemove invalid TODO comment
2009-04-27 Leandro LucarellaRemove alloc module, move all other modules to gc/... v0.9