QPALM
develop
Proximal Augmented Lagrangian method for Quadratic Programs
|
#include <qpalm/global_opts.h>
Go to the source code of this file.
Functions | |
void * | qpalm_calloc (size_t num, size_t size) |
void * | qpalm_malloc (size_t size) |
void * | qpalm_realloc (void *ptr, size_t size) |
void | qpalm_free (void *ptr) |
calloc_sig * | qpalm_set_alloc_config_calloc (calloc_sig *calloc) |
Set the calloc function used by QPALM. | |
malloc_sig * | qpalm_set_alloc_config_malloc (malloc_sig *malloc) |
Set the malloc function used by QPALM. | |
realloc_sig * | qpalm_set_alloc_config_realloc (realloc_sig *realloc) |
Set the realloc function used by QPALM. | |
free_sig * | qpalm_set_alloc_config_free (free_sig *free) |
Set the free function used by QPALM. | |
printf_sig * | qpalm_set_print_config_printf (printf_sig *printf) |
Set the printf function used by QPALM. | |
void * qpalm_calloc | ( | size_t | num, |
size_t | size | ||
) |
Definition at line 3 of file global_opts.c.
void * qpalm_malloc | ( | size_t | size | ) |
Definition at line 7 of file global_opts.c.
void * qpalm_realloc | ( | void * | ptr, |
size_t | size | ||
) |
Definition at line 11 of file global_opts.c.
void qpalm_free | ( | void * | ptr | ) |
Definition at line 16 of file global_opts.c.
calloc_sig * qpalm_set_alloc_config_calloc | ( | calloc_sig * | calloc | ) |
Set the calloc
function used by QPALM.
Definition at line 20 of file global_opts.c.
malloc_sig * qpalm_set_alloc_config_malloc | ( | malloc_sig * | malloc | ) |
Set the malloc
function used by QPALM.
Definition at line 23 of file global_opts.c.
realloc_sig * qpalm_set_alloc_config_realloc | ( | realloc_sig * | realloc | ) |
Set the realloc
function used by QPALM.
Definition at line 26 of file global_opts.c.
free_sig * qpalm_set_alloc_config_free | ( | free_sig * | free | ) |
Set the free
function used by QPALM.
Definition at line 29 of file global_opts.c.
printf_sig * qpalm_set_print_config_printf | ( | printf_sig * | printf | ) |
Set the printf
function used by QPALM.
Definition at line 32 of file global_opts.c.