![]() |
wget2
1.0.0
|
Memory allocation functions. More...
#include <config.h>
#include <stdlib.h>
#include <wget.h>
#include "private.h"
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) |
Memory allocation functions.