wget2 2.0.0
xalloc.c File Reference

(2021-09-05 15:34:56 -0600, (build 0f85ef34e975))

Memory allocation functions. More...

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

Variables

wget_malloc_functionwget_malloc_fn = malloc
 
wget_calloc_functionwget_calloc_fn = calloc
 
wget_realloc_functionwget_realloc_fn = realloc
 
wget_free_functionwget_free = free
 

Detailed Description

Memory allocation functions.