// dumps the heap to the specified file, returns 0 if success. // additional info is written to out if not NULL. // compression >= 0 creates a gzipped file with the given compression level. // parallel_thread_num >= 0 indicates thread numbers of parallel object dump int dump(constchar* path, outputStream* out = NULL, int compression = -1, bool overwrite = false, uint parallel_thread_num = 1);
// returns error message (resource allocated), or NULL if no error char* error_as_C_string() const;
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.