TwiceAsNice  2019-02-18
Functions
libfli-mem.h File Reference
This graph shows which files directly or indirectly include this file:

Functions

void * xmalloc (size_t size)
 
void * xcalloc (size_t nmemb, size_t size)
 
void xfree (void *ptr)
 
void * xrealloc (void *ptr, size_t size)
 
int xfree_all (void)
 
char * xstrdup (const char *s)
 
int xasprintf (char **strp, const char *fmt,...)
 
char * xstrndup (const char *s, size_t siz)
 

Function Documentation

◆ xasprintf()

int xasprintf ( char **  strp,
const char *  fmt,
  ... 
)

◆ xcalloc()

void* xcalloc ( size_t  nmemb,
size_t  size 
)

◆ xfree()

void xfree ( void *  ptr)

◆ xfree_all()

int xfree_all ( void  )

◆ xmalloc()

void* xmalloc ( size_t  size)

◆ xrealloc()

void* xrealloc ( void *  ptr,
size_t  size 
)

◆ xstrdup()

char* xstrdup ( const char *  s)

◆ xstrndup()

char* xstrndup ( const char *  s,
size_t  siz 
)