GDB (xrefs)
Loading...
Searching...
No Matches
Functions
gmp-utils.c File Reference
#include "defs.h"
#include "gmp-utils.h"

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 ()
 

Function Documentation

◆ _initialize_gmp_utils()

void _initialize_gmp_utils ( )

Definition at line 257 of file gmp-utils.c.

Referenced by initialize_all_files().

◆ gmp_string_printf()

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().

◆ xfree_for_gmp()

static void xfree_for_gmp ( void * ptr,
size_t size )
static

Definition at line 249 of file gmp-utils.c.

References xfree().

◆ xrealloc_for_gmp()

static void * xrealloc_for_gmp ( void * ptr,
size_t old_size,
size_t new_size )
static

Definition at line 240 of file gmp-utils.c.

References xrealloc().