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) {
84 struct memdebug { struct163 struct memdebug *mem; in curl_dbg_malloc()172 size = sizeof(struct memdebug) + wantedsize; in curl_dbg_malloc()192 struct memdebug *mem; in curl_dbg_calloc()203 size = sizeof(struct memdebug) + user_size; in curl_dbg_calloc()271 struct memdebug *mem = NULL; in curl_dbg_realloc()273 size_t size = sizeof(struct memdebug) + wantedsize; in curl_dbg_realloc()287 mem = (void *)((char *)ptr - offsetof(struct memdebug, mem)); in curl_dbg_realloc()309 struct memdebug *mem; in curl_dbg_free()319 mem = (void *)((char *)ptr - offsetof(struct memdebug, mem)); in curl_dbg_free()
27 # # memdebug.c -not used46 # memdebug.c
44 fileinfo.c ftplistparser.c wildcard.c krb5.c memdebug.c http_chunks.c \63 strcase.h curl_sec.h memdebug.h http_chunks.h curl_fnmatch.h \
23 ../../lib/memdebug.c \24 ../../lib/memdebug.h
51 # ${CURL_SOURCE_DIR}/lib/memdebug.c
169 make_module TMEMDEBUG memdebug.c "'_FORM_DEBUG' 'CURLDEBUG'"
29 memdebug.c http_chunks.c strtok.c connect.c llist.c hash.c multi.c \
79 o memdebug: log pointer before freeing its data [91]80 o memdebug: make debug-specific functions use curl_dbg_ prefix [82]
225 - memdebug: log pointer before freeing its data319 - memdebug: make debug-specific functions use curl_dbg_ prefix1088 - memdebug: bring back curl_mark_sclose1378 memdebug: remove one unused function, made another static5143 add curl_memory.h while at it since memdebug.h depends on it.
505 The file lib/memdebug.c contains debug-versions of a few functions. Functions507 that might give us problems if we "leak" them. The functions in the memdebug
989 SOURCE=..\..\..\..\lib\memdebug.c1545 SOURCE=..\..\..\..\lib\memdebug.h