Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WheretIB/nullc
/ SetPoolTop
Method
SetPoolTop
NULLC/ParseClass.h:721–724 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
719
return functionPool.GetSize();
720
}
721
static void SetPoolTop(unsigned int top)
722
{
723
functionPool.ClearTo(top);
724
}
725
static ChunkedStackPool<65532> functionPool;
726
};
727
Callers
nothing calls this directly
Calls
1
ClearTo
Method · 0.45
Tested by
no test coverage detected