fn count_array_data_memory_size( array_data: &ArrayData, counted_buffers: &mut HashSet<NonNull<u8>>, total_size: &mut usize, )
Count the memory usage of array_data and its children recursively.
array_data