X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/36d057402aa13a6fd048be01ab48239e6a9511f6..3e1d9716f4d63814a7df129ad7d99c98865e8385:/common/memgc.c diff --git a/common/memgc.c b/common/memgc.c new file mode 100644 index 0000000..4b7dabe --- /dev/null +++ b/common/memgc.c @@ -0,0 +1,23 @@ +/* + * This file is part of DisOrder. + * Copyright (C) 2007 Richard Kettlewell + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ +/** @file lib/memgc.c + * @brief Memory management with garbage collection + */ + +#define GC 1 +#include "mem.c"