EVSL  1.1.0
EigenValues Slicing Library
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions
cs_malloc.c File Reference
#include "cs.h"

Go to the source code of this file.

Functions

void * cs_malloc (CS_INT n, size_t size)
 
void * cs_calloc (CS_INT n, size_t size)
 
void * cs_free (void *p)
 
void * cs_realloc (void *p, CS_INT n, size_t size, CS_INT *ok)
 

Function Documentation

void* cs_calloc ( CS_INT  n,
size_t  size 
)

Definition at line 16 of file cs_malloc.c.

References CS_MAX.

Referenced by cs_add(), cs_chol(), cs_compress(), cs_dalloc(), cs_lu(), cs_maxtrans(), cs_multiply(), cs_qr(), cs_qrsol(), cs_schol(), cs_spalloc(), cs_sqr(), cs_symperm(), and cs_transpose().

Here is the caller graph for this function:

void* cs_free ( void *  p)

Definition at line 22 of file cs_malloc.c.

Referenced by cs_cholsol(), cs_ddone(), cs_dfree(), cs_dmperm(), cs_done(), cs_dupl(), cs_idone(), cs_lusol(), cs_maxtrans(), cs_ndone(), cs_nfree(), cs_qrsol(), cs_schol(), cs_sfree(), cs_spfree(), cs_sqr(), and cs_updown().

Here is the caller graph for this function:

void* cs_malloc ( CS_INT  n,
size_t  size 
)

Definition at line 10 of file cs_malloc.c.

References CS_MAX.

Referenced by cs_add(), cs_amd(), cs_chol(), cs_cholsol(), cs_counts(), cs_dalloc(), cs_dupl(), cs_etree(), cs_lu(), cs_lusol(), cs_maxtrans(), cs_multiply(), cs_pinv(), cs_post(), cs_qr(), cs_randperm(), cs_scc(), cs_schol(), cs_spalloc(), and cs_updown().

Here is the caller graph for this function:

void* cs_realloc ( void *  p,
CS_INT  n,
size_t  size,
CS_INT ok 
)

Definition at line 29 of file cs_malloc.c.

References CS_MAX.

Referenced by cs_sprealloc().

Here is the caller graph for this function: