umf_realloc.h
495 Bytes
/* -------------------------------------------------------------------------- */
/* UMFPACK Copyright (c) Timothy A. Davis, CISE, */
/* Univ. of Florida. All Rights Reserved. See ../Doc/License for License. */
/* web: http://www.cise.ufl.edu/research/sparse/umfpack */
/* -------------------------------------------------------------------------- */
GLOBAL void *UMF_realloc
(
void *p,
Int n_objects,
size_t size_of_object
) ;