Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ MallocState
Method
MallocState
rapidjson/schema.h:1769–1771 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1767
}
1768
1769
virtual void* MallocState(size_t size) {
1770
return GetStateAllocator().Malloc(size);
1771
}
1772
1773
virtual void FreeState(void* p) {
1774
return StateAllocator::Free(p);
Callers
2
StartObject
Method · 0.80
CreateParallelValidator
Method · 0.80
Calls
1
Malloc
Method · 0.45
Tested by
no test coverage detected