Go to the source code of this file.
Defines | |
#define | calloc(nbelem, size) Curl_ccalloc(nbelem, size) |
#define | free(ptr) Curl_cfree(ptr) |
#define | malloc(size) Curl_cmalloc(size) |
#define | realloc(ptr, size) Curl_crealloc(ptr, size) |
#define | strdup(ptr) Curl_cstrdup(ptr) |
Variables | |
curl_calloc_callback | Curl_ccalloc |
curl_free_callback | Curl_cfree |
curl_malloc_callback | Curl_cmalloc |
curl_realloc_callback | Curl_crealloc |
curl_strdup_callback | Curl_cstrdup |
#define calloc | ( | nbelem, | |
size | |||
) | Curl_ccalloc(nbelem, size) |
Definition at line 126 of file curl_memory.h.
#define free | ( | ptr | ) | Curl_cfree(ptr) |
Definition at line 130 of file curl_memory.h.
#define malloc | ( | size | ) | Curl_cmalloc(size) |
Definition at line 124 of file curl_memory.h.
Definition at line 128 of file curl_memory.h.
#define strdup | ( | ptr | ) | Curl_cstrdup(ptr) |
Definition at line 122 of file curl_memory.h.