MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / ShrinkToFit

Function ShrinkToFit

rapidjson/memorybuffer.h:46–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44
45 void Clear() { stack_.Clear(); }
46 void ShrinkToFit() { stack_.ShrinkToFit(); }
47 Ch* Push(size_t count) { return stack_.template Push<Ch>(count); }
48 void Pop(size_t count) { stack_.template Pop<Ch>(count); }
49

Callers

nothing calls this directly

Calls 1

ShrinkToFitMethod · 0.80

Tested by

no test coverage detected