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

Method Reserve

rapidjson/internal/stack.h:115–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113 // Expansion is run very infrequently, so it is moved to another (probably non-inline) function.
114 template<typename T>
115 RAPIDJSON_FORCEINLINE void Reserve(size_t count = 1) {
116 // Expand the stack if needed
117 if (RAPIDJSON_UNLIKELY(stackTop_ + sizeof(T) * count > stackEnd_))
118 Expand<T>(count);
119 }
120
121 template<typename T>
122 RAPIDJSON_FORCEINLINE T* Push(size_t count = 1) {

Callers 2

GenericPointerClass · 0.45
PutReserveFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected