Searched refs:memdebug (Results 1 – 12 of 12) sorted by relevance
39 my $memdebug;50 $memdebug++;60 if($memfunc && $memdebug && $curlmem) {68 if($memdebug && $curlmem) {72 if(!$memdebug) {
38 struct memdebug { struct117 struct memdebug *mem; in curl_dbg_malloc()126 size = sizeof(struct memdebug) + wantedsize; in curl_dbg_malloc()144 struct memdebug *mem; in curl_dbg_calloc()155 size = sizeof(struct memdebug) + user_size; in curl_dbg_calloc()223 struct memdebug *mem = NULL; in curl_dbg_realloc()225 size_t size = sizeof(struct memdebug) + wantedsize; in curl_dbg_realloc()239 mem = (void *)((char *)ptr - offsetof(struct memdebug, mem)); in curl_dbg_realloc()262 struct memdebug *mem; in curl_dbg_free()270 mem = (void *)((char *)ptr - offsetof(struct memdebug, mem)); in curl_dbg_free()
47 # # memdebug.c -not used57 # memdebug.c
57 krb5.c ldap.c llist.c md4.c md5.c memdebug.c mime.c mprintf.c mqtt.c \76 http_proxy.h if2ip.h imap.h inet_ntop.h inet_pton.h llist.h memdebug.h \
52 ../../lib/memdebug.c \53 ../../lib/memdebug.h
73 # ${CURL_SOURCE_DIR}/lib/memdebug.c
210 make_module TMEMDEBUG memdebug.c "'_FORM_DEBUG' 'CURLDEBUG'"
141 "lib/memdebug.c",142 "lib/memdebug.h",
101 o memdebug: remove 9 year old unused debug function [126]
304 memdebug: remove 9 year old unused debug function306 There used to be a way to have memdebug fill allocated memory. 9 years6057 - memdebug: don't log free(NULL)
517 The file `lib/memdebug.c` contains debug-versions of a few functions.520 The functions in the memdebug system do nothing fancy, they do their normal
1005 SOURCE=..\..\..\..\lib\memdebug.c1601 SOURCE=..\..\..\..\lib\memdebug.h