Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WheretIB/nullc
/ shrink
Method
shrink
NULLC/Array.h:110–114 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
108
count = newSize;
109
}
110
__forceinline void shrink(unsigned int newSize)
111
{
112
assert(newSize <= count);
113
count = newSize;
114
}
115
__forceinline void reserve(unsigned int resSize)
116
{
117
if(resSize >= max)
Callers
9
Compile
Method · 0.45
EndBlock
Function · 0.45
GetGenericFunctionRating
Function · 0.45
SelectBestFunction
Function · 0.45
RestoreNamespaces
Function · 0.45
AddFunctionCallNode
Function · 0.45
Compile
Method · 0.45
Clear
Method · 0.45
Executor.cpp
File · 0.45
Calls
1
assert
Function · 0.85
Tested by
no test coverage detected