/* Some compilers do not accept "const" together with the dllimport */ /* attribute, so the symbols below are exported as non-constant ones. */ #ifndef GC_APIVAR_CONST # ifdefined(GC_BUILD) || !defined(GC_DLL) # define GC_APIVAR_CONST const # else # define GC_APIVAR_CONST /* empty */ # endif #endif
/* Manually update the number of bytes allocated during the current */ /* collection cycle and the number of explicitly deallocated bytes of */ /* memory since the last collection, respectively. Both functions are */ /* unsynchronized, GC_call_with_alloc_lock() should be used to avoid */ /* data races. */
GC_API_PRIV void GC_CALL GC_incr_bytes_allocd(size_t /* bytes */);
GC_API_PRIV void GC_CALL GC_incr_bytes_freed(size_t /* bytes */);
#ifdef __cplusplus
} /* extern "C" */ #endif
#endif/* GC_ALLOC_PTRS_H */
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.10 Sekunden
(vorverarbeitet am 2026-06-17)
¤
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.