1 /* -------------------------------------------------------------------------- */
2 /* Copyright (c) 2005-2012 by Timothy A. Davis, http://www.suitesparse.com.   */
3 /* All Rights Reserved.  See ../Doc/License.txt for License.                  */
4 /* -------------------------------------------------------------------------- */
5 
6 GLOBAL void UMF_garbage_collection
7 (
8     NumericType *Numeric,
9     WorkType *Work,
10     Int drnew,
11     Int dcnew,
12     Int do_Fcpos
13 ) ;
14