HomeSort by relevance Sort by last modified time
    Searched refs:oldlinelen (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
sysinfo.cc 350 const int oldlinelen = strlen(line); local
351 if (sizeof(line) == oldlinelen + 1) // oldlinelen took up entire line
354 memmove(line, line + oldlinelen+1, sizeof(line) - (oldlinelen+1));
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
sysinfo.cc 335 const int oldlinelen = strlen(line); local
336 if (sizeof(line) == oldlinelen + 1) // oldlinelen took up entire line
339 memmove(line, line + oldlinelen+1, sizeof(line) - (oldlinelen+1));
    [all...]

Completed in 2195 milliseconds