1. 30 3月, 2016 2 次提交
    • 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
    • R
      perf: fix build on non-Linux · 4ed5937d
      Roman Bogorodskiy 提交于
       * Sync stubbed functions with prototypes
       * Add missing ATTRIBUTE_UNUSED where needed
      
      Pushing under the build breaker rule.
      4ed5937d
  2. 29 3月, 2016 38 次提交