/* This Source Code Form is subject to the terms of the Mozilla Public *License,v.2.0.IfacopyoftheMPLwasnotdistributedwiththis *file,Youcanobtainoneathttp://mozilla.org/MPL/2.0/.
*/
#ifndef MOZ_GR_MALLOC_H #define MOZ_GR_MALLOC_H
// Override malloc() and friends to call moz_xmalloc() etc, so that we get // predictable, safe OOM crashes rather than relying on the code to handle // allocation failures reliably.
#include"mozilla/mozalloc.h"
// extern "C" is needed for the Solaris build, while the inline // functions are needed for the MinGW build.
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.