Polly 19.0.0git
Functions
mp_get_memory_functions.c File Reference
#include <gmp.h>

Go to the source code of this file.

Functions

void mp_get_memory_functions (void *(**alloc_func_ptr)(size_t), void *(**realloc_func_ptr)(void *, size_t, size_t), void(**free_func_ptr)(void *, size_t))
 

Function Documentation

◆ mp_get_memory_functions()

void mp_get_memory_functions ( void *(**)(size_t)  alloc_func_ptr,
void *(**)(void *, size_t, size_t)  realloc_func_ptr,
void(**)(void *, size_t)  free_func_ptr 
)

Definition at line 3 of file mp_get_memory_functions.c.