1BSON_FREE(3) Libbson BSON_FREE(3)
23
4
NAME
6bson_free - bson_free()
7
SYNOPSIS
9void
10bson_free (void *mem);
11
PARAMETERS
13ยท mem: A memory region.
14
DESCRIPTION
16This function shall free the memory supplied by mem. This should be
17used by functions that require you free the result with bson_free().
18
AUTHOR
20MongoDB, Inc
21
COPYRIGHT
232017-present, MongoDB, Inc
2425
26
27
28
1.14.0 Feb 22, 2019 BSON_FREE(3)