MCPcopy Create free account
hub / github.com/bytedance/Fastbot_Android / make_space

Function make_space

native/thirdpart/flatbuffers/flatbuffers.h:994–998  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

992 }
993
994 inline uint8_t *make_space(size_t len) {
995 size_t space = ensure_space(len);
996 cur_ -= space;
997 return cur_;
998 }
999
1000 // Returns nullptr if using the DefaultAllocator.
1001 Allocator *get_custom_allocator() { return allocator_; }

Callers 4

pushFunction · 0.85
push_smallFunction · 0.85
fillFunction · 0.85
fill_bigFunction · 0.85

Calls 1

ensure_spaceFunction · 0.85

Tested by

no test coverage detected