1BSON_MEM_RESTORE_VTABLE(3) libbson BSON_MEM_RESTORE_VTABLE(3)
2
3
4
6 bson_mem_restore_vtable - bson_mem_restore_vtable()
7
9 void
10 bson_mem_restore_vtable (void);
11
13 This function shall restore the default memory allocator to be used by
14 Libbson.
15
16 WARNING:
17 This function MUST be called at the end of the process. Failure to
18 do so will result in memory being freed by the wrong allocator.
19
21 MongoDB, Inc
22
24 2017-present, MongoDB, Inc
25
26
27
28
291.16.2 Feb 25, 2020 BSON_MEM_RESTORE_VTABLE(3)