Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WheretIB/nullc
/ nullcAllocate
Function
nullcAllocate
NULLC/nullc.cpp:871–876 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
869
}
870
871
void* nullcAllocate(unsigned int size)
872
{
873
using namespace NULLC;
874
NULLC_CHECK_INITIALIZED(false);
875
return NULLC::AllocObject(size);
876
}
877
878
int nullcInitTypeinfoModule()
879
{
Callers
9
xml_document__load
Function · 0.85
xml_document__load_file
Function · 0.85
xml_document__load_buffer
Function · 0.85
xml_document__load_buffer_inplace
Function · 0.85
xml_document__root
Function · 0.85
ConstructVector
Function · 0.85
VectorPushBack
Function · 0.85
VectorReserve
Function · 0.85
RunInterfaceTests
Function · 0.85
Calls
no outgoing calls
Tested by
1
RunInterfaceTests
Function · 0.68