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

Method Free

rapidjson/allocators.h:80–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78 return BinaryNinjaCore::bn_realloc<CrtAllocator>(originalPtr, newSize);
79 }
80 static void Free(void* ptr) { BinaryNinjaCore::bn_free(ptr); }
81};
82#else
83class CrtAllocator {

Callers 2

ClearMethod · 0.45
~SchemaMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected