GDB (xrefs)
|
Go to the source code of this file.
Functions | |
std::string | gmp_string_printf (const char *fmt,...) |
static void * | xrealloc_for_gmp (void *ptr, size_t old_size, size_t new_size) |
static void | xfree_for_gmp (void *ptr, size_t size) |
void | _initialize_gmp_utils () |
void _initialize_gmp_utils | ( | ) |
Definition at line 257 of file gmp-utils.c.
Referenced by initialize_all_files().
std::string gmp_string_printf | ( | const char * | fmt, |
... ) |
Definition at line 24 of file gmp-utils.c.
References size.
Referenced by gdb_mpz::str(), gdb_mpq::str(), and gdb_mpf::str().
|
static |
Definition at line 249 of file gmp-utils.c.
References xfree().
|
static |
Definition at line 240 of file gmp-utils.c.
References xrealloc().