MCPcopy 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
468void StringArray::ensureStorageAllocated (int minNumElements)
469{
470 strings.ensureStorageAllocated (minNumElements);
471}
472
473void StringArray::minimiseStorageOverheads()
474{

Callers 10

clearMethod · 0.45
beginTopologyMethod · 0.45
extendTopologyMethod · 0.45
handleAsyncUpdateMethod · 0.45
DiffMethod · 0.45
readFromStreamMethod · 0.45
spliceMethod · 0.45
ReadWriteLockMethod · 0.45
findOffsetOfSpikesFunction · 0.45
drawDemoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected