Home
last modified time | relevance | path

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

/external/curl/lib/
Dmemdebug.c73 # define mt_malloc_fill(buf,len) memset((buf), CURL_MT_MALLOC_FILL, (len)) macro
75 # define mt_malloc_fill(buf,len) Curl_nop_stmt macro
177 mt_malloc_fill(mem->mem, wantedsize); in curl_dbg_malloc()