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

/external/valgrind/coregrind/m_aspacemgr/
H A Daspacemgr-linux.c3245 static HChar procmap_buf[M_PROCMAP_BUF]; variable
3247 /* Records length of /proc/self/maps read into procmap_buf. */
3325 n_chunk = ML_(am_read)( sr_Res(fd), &procmap_buf[buf_n_tot],
3338 procmap_buf[buf_n_tot] = 0;
3361 procmap_buf!
3382 aspacem_assert('\0' != procmap_buf[0] && 0 != buf_n_tot);
3385 VG_(debugLog)(0, "procselfmaps", "raw:\n%s\n", procmap_buf);
3394 j = readhex(&procmap_buf[i], &start);
3396 j = readchar(&procmap_buf[i], &ch);
3398 j = readhex(&procmap_buf[
[all...]

Completed in 288 milliseconds