Polly 22.0.0git
|
#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)) |
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) ) |
Definition at line 3 of file mp_get_memory_functions.c.