Home
last modified time | relevance | path

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

/external/curl/tests/
Dmem-include-scan.pl39 my $memdebug;
50 $memdebug++;
60 if($memfunc && $memdebug && $curlmem) {
68 if($memdebug && $curlmem) {
72 if(!$memdebug) {
/external/curl/lib/
Dmemdebug.c86 struct memdebug { struct
168 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()
DCMakeLists.txt21 # # memdebug.c -not used
40 # memdebug.c
DMakefile.inc35 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 \
DMakefile.vc6592 $(DIROBJ)\memdebug.obj \
/external/curl/tests/server/
DMakefile.inc25 ../../lib/memdebug.c \
26 ../../lib/memdebug.h
DCMakeLists.txt53 # ${CURL_SOURCE_DIR}/lib/memdebug.c
/external/curl/packages/OS400/
Dmake-lib.sh164 make_module TMEMDEBUG memdebug.c "'_FORM_DEBUG' 'CURLDEBUG'"
/external/curl/packages/Symbian/group/
Dlibcurl.mmp29 memdebug.c http_chunks.c strtok.c connect.c llist.c hash.c multi.c \
/external/curl/docs/
DINTERNALS509 The file lib/memdebug.c contains debug-versions of a few functions. Functions
511 that might give us problems if we "leak" them. The functions in the memdebug
/external/curl/
DCHANGES.02677 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 places
9611 - Gisle Vanem made the memdebug stuff support calloc() as well.
9668 - Made it possibly to build c-ares with the libcurl memdebug system to better
9778 - Added an undef of accept in memdebug.h to make curl build with --enable-debug
10547 - I modified the memdebug system to return failure on memory allocation
15007 - Added file desrciptor and FILE handle leak detection to the memdebug system
15112 * memdebug now uses the mprintf() routines for better portability
15302 - I fixed the lib/memdebug.c source so that it compiles on Linux and other