//------------------------------------------------------------------------------ // UMFPACK/Source/umf_realloc.h //------------------------------------------------------------------------------ // UMFPACK, Copyright (c) 2005-2023, Timothy A. Davis, All Rights Reserved. // SPDX-License-Identifier: GPL-2.0+ //------------------------------------------------------------------------------ void *UMF_realloc ( void *p, Int n_objects, size_t size_of_object ) ;