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

Function clear_buffer

native/thirdpart/flatbuffers/flatbuffers.h:953–956  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

951 }
952
953 void clear_buffer() {
954 if (buf_) Deallocate(allocator_, buf_, reserved_);
955 buf_ = nullptr;
956 }
957
958 // Relinquish the pointer to the caller.
959 uint8_t *release_raw(size_t &allocated_bytes, size_t &offset) {

Callers 2

~vector_downwardFunction · 0.85
resetFunction · 0.85

Calls 1

DeallocateFunction · 0.85

Tested by

no test coverage detected