| PipeWire 1.4.6
    | 
#include <pipewire/array.h>
| Data Fields | |
| void * | data | 
| pointer to array data | |
| size_t | size | 
| length of array in bytes | |
| size_t | alloc | 
| number of allocated memory in data | |
| size_t | extend | 
| number of bytes to extend with, 0 when the data should not expand | |
| void* pw_array::data | 
pointer to array data
| size_t pw_array::size | 
length of array in bytes
| size_t pw_array::alloc | 
number of allocated memory in data
| size_t pw_array::extend | 
number of bytes to extend with, 0 when the data should not expand