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

Method HasAllocator

rapidjson/internal/stack.h:166–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164 const T* Bottom() const { return reinterpret_cast<T*>(stack_); }
165
166 bool HasAllocator() const {
167 return allocator_ != 0;
168 }
169
170 Allocator& GetAllocator() {
171 RAPIDJSON_ASSERT(allocator_);

Callers 1

GenericDocumentClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected