Searched refs:buf_n_tot (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/coregrind/m_aspacemgr/
H A Daspacemgr-linux.c3122 static Int buf_n_tot; variable
3197 buf_n_tot = 0;
3199 n_chunk = ML_(am_read)( sr_Res(fd), &procmap_buf[buf_n_tot],
3200 M_PROCMAP_BUF - buf_n_tot );
3202 buf_n_tot += n_chunk;
3203 } while ( n_chunk > 0 && buf_n_tot < M_PROCMAP_BUF );
3207 if (buf_n_tot >= M_PROCMAP_BUF-5)
3209 if (buf_n_tot == 0)
3212 procmap_buf[buf_n_tot] = 0;
3256 aspacem_assert('\0' != procmap_buf[0] && 0 != buf_n_tot);
[all...]

Completed in 353 milliseconds