MCPcopy 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
871void* nullcAllocate(unsigned int size)
872{
873 using namespace NULLC;
874 NULLC_CHECK_INITIALIZED(false);
875 return NULLC::AllocObject(size);
876}
877
878int nullcInitTypeinfoModule()
879{

Callers 9

xml_document__loadFunction · 0.85
xml_document__load_fileFunction · 0.85
xml_document__rootFunction · 0.85
ConstructVectorFunction · 0.85
VectorPushBackFunction · 0.85
VectorReserveFunction · 0.85
RunInterfaceTestsFunction · 0.85

Calls

no outgoing calls

Tested by 1

RunInterfaceTestsFunction · 0.68