1. 19 Dec, 2011 7 commits
  2. 18 Dec, 2011 1 commit
  3. 16 Dec, 2011 1 commit
  4. 15 Dec, 2011 6 commits
  5. 14 Dec, 2011 3 commits
  6. 13 Dec, 2011 1 commit
  7. 12 Dec, 2011 1 commit
    • Poul-Henning Kamp's avatar
      Write some generic code for a memory pool and apply it it VBC as · 03e0bcf1
      Poul-Henning Kamp authored
      the initial guineapig.
      
      We have a number of pools of objects we maintain dynamically and we
      will get more in the future, so having a generic facility makes sense.
      
      One particular aspect of some of our pools, is that the desired size
      of object is variable over time, for instance workspaces which
      depend on parameters etc.
      
      Using generic code will allow us to use systematic parameters and
      VSC stats for all pools, hopefully with some memory savings involved.
      03e0bcf1
  8. 08 Dec, 2011 5 commits
  9. 07 Dec, 2011 4 commits
  10. 06 Dec, 2011 10 commits
  11. 05 Dec, 2011 1 commit