wget2 2.3.0
Loading...
Searching...
No Matches
xalloc.c File Reference

Memory allocation functions. More...

#include <config.h>
#include <stdlib.h>
#include <wget.h>
#include "private.h"

Variables

wget_malloc_function * wget_malloc_fn = malloc
wget_calloc_function * wget_calloc_fn = calloc
wget_realloc_function * wget_realloc_fn = realloc
wget_free_function * wget_free = free

Detailed Description

Memory allocation functions.