Skip to content
  • Edward Hervey's avatar
    gststructure: Inline array and contents · 1b568fa0
    Edward Hervey authored and Edward Hervey's avatar Edward Hervey committed
    Instead of having 3 allocations:
    * One for GstStructure
    * One for GArray
    * One for the array *within* GArray
    
    We try to limit this to a single allocation, inlining everything. This
    reduces the number of micro-allocations and improves locality of data
    access.
    1b568fa0