]> git.proxmox.com Git - libgit2.git/commit - src/pool.c
Added pool freelist struct for readability
authorRussell Belfer <rb@github.com>
Thu, 14 Mar 2013 22:08:04 +0000 (15:08 -0700)
committerRussell Belfer <rb@github.com>
Thu, 14 Mar 2013 22:08:04 +0000 (15:08 -0700)
commit14bedad90776b750cf69ed6faadf2d6c3a4e0a86
tree249783cd91960c1848a275cc173e0e826c4334cb
parentd85296ab9b9c4a01adb35d4d2438b72177aeabc4
Added pool freelist struct for readability

This adds a git_pool_freelist_item struct that makes it a little
easier to follow what's going on with the pool free list block
management code.  It is functionally neutral.
src/pool.c