#include "paraklete.h"
#include <stdio.h>
#include <sys/types.h>
#include <unistd.h>
Go to the source code of this file.
◆ read_triplet()
cholmod_triplet * read_triplet |
( |
FILE * | , |
|
|
cholmod_common * | ) |
◆ my_handler()
void my_handler |
( |
int | status, |
|
|
char * | msg ) |
◆ my_malloc2()
void * my_malloc2 |
( |
size_t | size | ) |
|
◆ my_calloc2()
void * my_calloc2 |
( |
size_t | n, |
|
|
size_t | size ) |
◆ my_realloc2()
void * my_realloc2 |
( |
void * | p, |
|
|
size_t | size ) |
◆ my_free2()
void my_free2 |
( |
void * | p | ) |
|
◆ normal_memory_handler()
void normal_memory_handler |
( |
cholmod_common * | cm | ) |
|
◆ test_memory_handler()
void test_memory_handler |
( |
cholmod_common * | cm | ) |
|