1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-08 04:20:09 +00:00

Reduced the memory footprint of the array classes.

This commit is contained in:
Julian Storer 2010-02-06 09:16:20 +00:00
parent ded4826413
commit 31a102008d
11 changed files with 542 additions and 489 deletions

View file

@ -340,7 +340,7 @@ public:
private:
// alternating start/end values of ranges of values that are present.
Array<Type> values;
Array<Type, DummyCriticalSection> values;
void simplify() throw()
{