wget2  1.0.0
xalloc.c File Reference

(2017-03-20 09:59:37 +0100, (build 8610300))

Memory allocation functions. More...

#include <config.h>
#include <stdlib.h>
#include <wget.h>
#include "private.h"
Include dependency graph for xalloc.c:

Functions

void wget_set_oomfunc (void(*oom_callback)(void))
 
void * wget_malloc (size_t size)
 
void * wget_calloc (size_t nmemb, size_t size)
 
void * wget_realloc (void *ptr, size_t size)
 

Detailed Description

Memory allocation functions.