QPALM main
Proximal Augmented Lagrangian method for Quadratic Programs
Loading...
Searching...
No Matches
Functions
global_opts.c File Reference
#include <qpalm/global_opts.h>
+ Include dependency graph for global_opts.c:

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.
 

Function Documentation

◆ qpalm_calloc()

void * qpalm_calloc ( size_t  num,
size_t  size 
)
Examples
examples/c/qpalm_demo.c.

Definition at line 3 of file global_opts.c.

+ Here is the caller graph for this function:

◆ qpalm_malloc()

void * qpalm_malloc ( size_t  size)
Examples
examples/c/qpalm_demo.c.

Definition at line 7 of file global_opts.c.

+ Here is the caller graph for this function:

◆ qpalm_realloc()

void * qpalm_realloc ( void *  ptr,
size_t  size 
)

Definition at line 11 of file global_opts.c.

◆ qpalm_free()

void qpalm_free ( void *  ptr)
Examples
examples/c/qpalm_demo.c.

Definition at line 16 of file global_opts.c.

+ Here is the caller graph for this function:

◆ qpalm_set_alloc_config_calloc()

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.

◆ qpalm_set_alloc_config_malloc()

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.

◆ qpalm_set_alloc_config_realloc()

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.

◆ qpalm_set_alloc_config_free()

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.

◆ qpalm_set_print_config_printf()

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.