Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WheretIB/nullc
/ SetLinker
Method
SetLinker
NULLC/StdLib.cpp:243–246 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
241
}
242
243
void NULLC::SetLinker(Linker *linker)
244
{
245
NULLC::linker = linker;
246
}
247
248
void* NULLC::AllocObject(int size, unsigned type)
249
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected