Home
last modified time | relevance | path

Searched refs:memdebug (Results 1 – 10 of 10) sorted by relevance

/curl/tests/
H A Dtest1132.pl41 my $memdebug;
52 $memdebug++;
62 if($memfunc && $memdebug && $curlmem) {
70 if($memdebug && $curlmem) {
74 if(!$memdebug) {
/curl/lib/
H A Dmemdebug.c40 struct memdebug { struct
135 struct memdebug *mem; in curl_dbg_malloc()
144 size = sizeof(struct memdebug) + wantedsize; in curl_dbg_malloc()
162 struct memdebug *mem; in curl_dbg_calloc()
173 size = sizeof(struct memdebug) + user_size; in curl_dbg_calloc()
243 struct memdebug *mem = NULL; in curl_dbg_realloc()
245 size_t size = sizeof(struct memdebug) + wantedsize; in curl_dbg_realloc()
259 mem = (void *)((char *)ptr - offsetof(struct memdebug, mem)); in curl_dbg_realloc()
282 struct memdebug *mem; in curl_dbg_free()
290 mem = (void *)((char *)ptr - offsetof(struct memdebug, mem)); in curl_dbg_free()
H A DMakefile.am80 curl_EXCLUDE += memdebug.c curl_multibyte.c
H A DMakefile.inc190 memdebug.c \
327 memdebug.h \
H A DCMakeLists.txt61 # We must compile these sources separately to avoid memdebug.h redefinitions
63 …set_source_files_properties("memdebug.c" "curl_multibyte.c" PROPERTIES SKIP_UNITY_BUILD_INCLUSION …
/curl/tests/server/
H A DMakefile.inc56 ../../lib/memdebug.c \
57 ../../lib/memdebug.h
H A DCMakeLists.txt29 set_source_files_properties("../../lib/memdebug.c" "../../lib/curl_multibyte.c" PROPERTIES SKIP_UNI…
/curl/src/
H A DCMakeLists.txt82 # We must compile this source separately to avoid memdebug.h redefinitions
/curl/
H A DRELEASE-NOTES58 o libssh2: use the Curl_* memory functions to avoid memdebug [22]
89 o tests: libtests and unit tests need explicit #include memdebug [7]
/curl/.github/scripts/
H A Dspellcheck.words485 memdebug

Completed in 26 milliseconds