Searched refs:memdebug (Results 1 – 11 of 11) sorted by relevance
39 my $memdebug;50 $memdebug++;60 if($memfunc && $memdebug && $curlmem) {68 if($memdebug && $curlmem) {72 if(!$memdebug) {
86 struct memdebug { struct168 struct memdebug *mem; in curl_domalloc()177 size = sizeof(struct memdebug)+wantedsize; in curl_domalloc()197 struct memdebug *mem; in curl_docalloc()208 size = sizeof(struct memdebug) + user_size; in curl_docalloc()276 struct memdebug *mem=NULL; in curl_dorealloc()278 size_t size = sizeof(struct memdebug)+wantedsize; in curl_dorealloc()292 mem = (void *)((char *)ptr - offsetof(struct memdebug, mem)); in curl_dorealloc()314 struct memdebug *mem; in curl_dofree()324 mem = (void *)((char *)ptr - offsetof(struct memdebug, mem)); in curl_dofree()
21 # # memdebug.c -not used40 # memdebug.c
35 fileinfo.c ftplistparser.c wildcard.c krb5.c memdebug.c http_chunks.c \54 strequal.h curl_sec.h memdebug.h http_chunks.h curl_fnmatch.h \
592 $(DIROBJ)\memdebug.obj \
25 ../../lib/memdebug.c \26 ../../lib/memdebug.h
53 # ${CURL_SOURCE_DIR}/lib/memdebug.c
164 make_module TMEMDEBUG memdebug.c "'_FORM_DEBUG' 'CURLDEBUG'"
29 memdebug.c http_chunks.c strtok.c connect.c llist.c hash.c multi.c \
509 The file lib/memdebug.c contains debug-versions of a few functions. Functions511 that might give us problems if we "leak" them. The functions in the memdebug
2677 that memdebug.h is included in the test programs.6862 lib/memdebug.h that showed up in his msvc builds.9008 o memdebug to not access NULL on several places9611 - Gisle Vanem made the memdebug stuff support calloc() as well.9668 - Made it possibly to build c-ares with the libcurl memdebug system to better9778 - Added an undef of accept in memdebug.h to make curl build with --enable-debug10547 - I modified the memdebug system to return failure on memory allocation15007 - Added file desrciptor and FILE handle leak detection to the memdebug system15112 * memdebug now uses the mprintf() routines for better portability15302 - I fixed the lib/memdebug.c source so that it compiles on Linux and other