Home
last modified time | relevance | path

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

/external/valgrind/main/callgrind/
Ddump.c154 #define FWRITE_BUFSIZE 32000 macro
156 static Char fwrite_buf[FWRITE_BUFSIZE];
179 if (FWRITE_BUFSIZE - fwrite_pos <= len) fwrite_flush(); in my_fwrite()