OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:smaps_len
(Results
1 - 1
of
1
) sorted by null
/external/compiler-rt/lib/sanitizer_common/
sanitizer_procmaps_common.cc
158
uptr
smaps_len
= 0;
local
159
if (!ReadFileToBuffer("/proc/self/smaps", &smaps, &smaps_cap, &
smaps_len
))
164
while (pos < smaps +
smaps_len
) {
Completed in 517 milliseconds