]> git.llucax.com Git - software/dgc/cdgc.git/commitdiff
Make bigAlloc() a little bit more readable
authorLeandro Lucarella <llucax@gmail.com>
Wed, 15 Sep 2010 00:14:17 +0000 (21:14 -0300)
committerLeandro Lucarella <llucax@gmail.com>
Mon, 20 Sep 2010 23:33:52 +0000 (20:33 -0300)
bigAlloc() is implemented a weird state machine that even have some paths
that are not only unreadable, but useless.

The new implementation is still not ideal, but at least a human can read
it and even understand what's doing.


No differences found