Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
83
class CrtAllocator {
Callers
2
Clear
Method · 0.45
~Schema
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected