#include "test.h"
Go to the source code of this file.
Functions | |
void * | custom_calloc (size_t nmemb, size_t size) |
void | custom_free (void *ptr) |
void * | custom_malloc (size_t size) |
void * | custom_realloc (void *ptr, size_t size) |
char * | custom_strdup (const char *ptr) |
int | test (char *URL) |
Variables | |
int | seen_calloc = 0 |
int | seen_free = 0 |
int | seen_malloc = 0 |
int | seen_realloc = 0 |
int | seen_strdup = 0 |
void * custom_calloc | ( | size_t | nmemb, |
size_t | size | ||
) |
void custom_free | ( | void * | ptr | ) |
void * custom_malloc | ( | size_t | size | ) |
void * custom_realloc | ( | void * | ptr, |
size_t | size | ||
) |
char * custom_strdup | ( | const char * | ptr | ) |
int seen_calloc = 0 |
int seen_malloc = 0 |
int seen_realloc = 0 |
int seen_strdup = 0 |