FreeRDP
uwac-utils.c File Reference
#include <uwac/config.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <errno.h>
#include "uwac-utils.h"

Functions

static void * fail_on_null (void *p)
 
void * xmalloc (size_t s)
 
void * xzalloc (size_t s)
 
char * xstrdup (const char *s)
 
void * xrealloc (void *p, size_t s)
 

Function Documentation

◆ fail_on_null()

static void* fail_on_null ( void *  p)
static
Here is the caller graph for this function:

◆ xmalloc()

void* xmalloc ( size_t  s)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ xrealloc()

void* xrealloc ( void *  p,
size_t  s 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ xstrdup()

char* xstrdup ( const char *  s)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ xzalloc()

void* xzalloc ( size_t  s)
Here is the call graph for this function:
Here is the caller graph for this function: