Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\assoc_array.c Create Date:2022-07-28 06:54:16
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:assoc_array_destroy - Destroy an associative array*@array: The array to destroy.*@ops: The operations to use.* Discard all metadata and free all objects in an associative array. The* array will be empty and ready to use again upon completion. This function

Proto:void assoc_array_destroy(struct assoc_array *array, const struct assoc_array_ops *ops)

Type:void

Parameter:

TypeParameterName
struct assoc_array *array
const struct assoc_array_ops *ops
444  Destructively iterate over an associative array. The caller must prevent* other simultaneous accesses.
445  The node at the root of the tree = NULL