• 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