/* This Source Code Form is subject to the terms of the Mozilla Public *License,v.2.0.IfacopyoftheMPLwasnotdistributedwiththis
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
private: // Speedometer 3.1 first goes to 600 and then // right at the end of the run to 1461 and 17232. // Let's round 600 up to the next power of two, // which results in 1024, but then in order to actually // get a power-of-two allocation, we need to take // the size of `nsTArrayHeader` into account. const size_t kRecyclableLength =
((1024 * sizeof(size_t)) - sizeof(nsTArrayHeader)) / sizeof(size_t);
};
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.