Blender V2.61 - r43446
|
#include "ssp_defs.h"
Go to the source code of this file.
Functions | |
void | copy_mem_int (int, void *, void *) |
void | user_bcopy (char *, char *, int) |
void * | superlu_malloc (size_t size) |
void | superlu_free (void *addr) |
void | SetIWork (int m, int n, int panel_size, int *iworkptr, int **segrep, int **parent, int **xplore, int **repfnz, int **panel_lsub, int **xprune, int **marker) |
int * | intMalloc (int n) |
int * | intCalloc (int n) |
Definition in file memory.c.
void copy_mem_int | ( | int | howmany, |
void * | old, | ||
void * | new | ||
) |
int* intCalloc | ( | int | n | ) |
Definition at line 147 of file memory.c.
References ABORT, i, and SUPERLU_MALLOC.
Referenced by sCompRow_to_CompCol(), sLUWorkInit(), and StatInit().
int* intMalloc | ( | int | n | ) |
Definition at line 137 of file memory.c.
References ABORT, and SUPERLU_MALLOC.
Referenced by heap_relax_snode(), sallocateA(), sCompRow_to_CompCol(), sgssv(), sgstrf(), and sLUMemInit().
void SetIWork | ( | int | m, |
int | n, | ||
int | panel_size, | ||
int * | iworkptr, | ||
int ** | segrep, | ||
int ** | parent, | ||
int ** | xplore, | ||
int ** | repfnz, | ||
int ** | panel_lsub, | ||
int ** | xprune, | ||
int ** | marker | ||
) |
void superlu_free | ( | void * | addr | ) |
Definition at line 87 of file memory.c.
References addon::engine::free().