Amesos Package Browser (Single Doxygen Collection)  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
pk.h File Reference
#include "paraklete.h"
#include <stdio.h>
#include <sys/types.h>
#include <unistd.h>
Include dependency graph for pk.h:

Go to the source code of this file.

Functions

cholmod_triplet * read_triplet (FILE *, cholmod_common *)
 
void my_handler (int status, char *msg)
 
void * my_malloc2 (size_t size)
 
void * my_calloc2 (size_t n, size_t size)
 
void * my_realloc2 (void *p, size_t size)
 
void my_free2 (void *p)
 
void normal_memory_handler (cholmod_common *cm)
 
void test_memory_handler (cholmod_common *cm)
 

Function Documentation

cholmod_triplet* read_triplet ( FILE *  ,
cholmod_common *   
)
void my_handler ( int  status,
char *  msg 
)
void* my_malloc2 ( size_t  size)
void* my_calloc2 ( size_t  n,
size_t  size 
)
void* my_realloc2 ( void *  p,
size_t  size 
)
void my_free2 ( void *  p)
void normal_memory_handler ( cholmod_common *  cm)
void test_memory_handler ( cholmod_common *  cm)