1BSON_FREE(3) libbson BSON_FREE(3)
23
4
SYNOPSIS
6void
7bson_free (void *mem);
8
PARAMETERS
10• mem: A memory region.
11
DESCRIPTION
13This function shall free the memory supplied by mem. This should be
14used by functions that require you free the result with bson_free().
15
AUTHOR
17MongoDB, Inc
18
COPYRIGHT
202017-present, MongoDB, Inc
2122
23
24
25
1.25.1 Nov 08, 2023 BSON_FREE(3)