Amesos Package Browser (Single Doxygen Collection)
Development
|
#include "amesos_klu_internal.h"
Go to the source code of this file.
Functions | |
size_t | KLU_add_size_t (size_t a, size_t b, Int *ok) |
size_t | KLU_mult_size_t (size_t a, size_t k, Int *ok) |
void * | KLU_malloc (size_t n, size_t size, KLU_common *Common) |
void * | KLU_free (void *p, size_t n, size_t size, KLU_common *Common) |
void * | KLU_realloc (size_t nnew, size_t nold, size_t size, void *p, KLU_common *Common) |
size_t KLU_add_size_t | ( | size_t | a, |
size_t | b, | ||
Int * | ok | ||
) |
Definition at line 20 of file amesos_klu_memory.c.
size_t KLU_mult_size_t | ( | size_t | a, |
size_t | k, | ||
Int * | ok | ||
) |
Definition at line 32 of file amesos_klu_memory.c.
void* KLU_malloc | ( | size_t | n, |
size_t | size, | ||
KLU_common * | Common | ||
) |
Definition at line 61 of file amesos_klu_memory.c.
void* KLU_free | ( | void * | p, |
size_t | n, | ||
size_t | size, | ||
KLU_common * | Common | ||
) |
Definition at line 121 of file amesos_klu_memory.c.
void* KLU_realloc | ( | size_t | nnew, |
size_t | nold, | ||
size_t | size, | ||
void * | p, | ||
KLU_common * | Common | ||
) |
Definition at line 169 of file amesos_klu_memory.c.