/****************************************************************************
**
** This fileis part of GAP, a system for computational discrete algebra.
**
** Copyright of GAP belongs to its developers, whose names are too numerous
** to list here. Please refer to the COPYRIGHT filefor details.
**
** SPDX-License-Identifier: GPL-2.0-or-later
**
** This file includes functions which are required by all GCs. For efficiency
** it is important these are defined in the same fileas"MarkBag", so
** this file should be #included in each GC implementation.
*/
#include "error.h"
#include "gasman.h"
void MarkArrayOfBags(const Bag array[], UInt count, void * ref)
{ for (UInt i = 0; i < count; i++) {
MarkBag(array[i], ref);
}
}
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 ist noch experimentell.