Home
last modified time | relevance | path

Searched defs:newSizeRequest (Results 1 – 1 of 1) sorted by relevance

/dports/science/simbody/simbody-Simbody-3.7/SimTKcommon/Simulation/include/SimTKcommon/internal/
H A DMeasureImplementation.h1811 int newSizeRequest = -1; in copyInAndUpdate() local
1967 const int newSizeRequest = std::max((int)InitialAllocation, in makeMoreRoom() local
1990 void resize(int newSizeRequest) { in resize()