logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Author

       MongoDB, Inc

Description

       The  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.

Parameters

size: The size to pre-allocate for the underlying buffer.

Returns

       A newly allocated bson_t that should be freed with bson_destroy().

Synopsis

          bson_t *
          bson_sized_new (size_t size);

See Also