Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RomanKubiak/ctrlr
/ ensureStorageAllocated
Method
ensureStorageAllocated
JUCE/modules/juce_core/text/juce_StringArray.cpp:468–471 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
466
}
467
468
void StringArray::ensureStorageAllocated (int minNumElements)
469
{
470
strings.ensureStorageAllocated (minNumElements);
471
}
472
473
void StringArray::minimiseStorageOverheads()
474
{
Callers
10
clear
Method · 0.45
beginTopology
Method · 0.45
extendTopology
Method · 0.45
handleAsyncUpdate
Method · 0.45
Diff
Method · 0.45
readFromStream
Method · 0.45
splice
Method · 0.45
ReadWriteLock
Method · 0.45
findOffsetOfSpikes
Function · 0.45
drawDemo
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected