![]() |
![]()
| ![]() |
![]()
SYNOPSISbson_t * bson_sized_new (size_t size); PARAMETERS
DESCRIPTIONThe bson_sized_new() function shall create a new bson_t on the heap with a preallocated buffer. This is useful if you have a good idea of the size of the resulting document. RETURNSA newly allocated bson_t that should be freed with bson_destroy(). AUTHORMongoDB, Inc COPYRIGHT2009-present, MongoDB, Inc.
|