/* 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/. */
// These pointers are borrowed from the UbiNode, and can point to live data. // It is important for the consumers of this struct to correctly // duplicate the strings to take ownership of them. const char16_t* typeName; constchar* className; const char16_t* descriptiveTypeName;
// The coarseType points to a string literal, so does not need to be // duplicated. constchar* coarseType;
// The size in bytes of the allocation.
uint64_t size;
// Whether or not the allocation is in the nursery or not. bool inNursery;
};
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.