• P
    util: bitmap: Introduce self-expanding bitmap APIs · 917426c8
    Peter Krempa 提交于
    In some cases it's impractical to use the regular APIs as the bitmap
    size needs to be pre-declared. These new APIs allow to use bitmaps that
    self expand.
    
    The new code adds a property to the bitmap to track the allocation of
    memory so that VIR_RESIZE_N can be used.
    917426c8
libvirt_private.syms 57.1 KB