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

  /external/perfetto/src/profiling/memory/
proc_utils.cc 69 char* first_at = static_cast<char*>(memchr(cmdline, '@', size)); local
70 if (first_at != nullptr && first_at < first_arg) {
71 *first_at = '\0';
72 first_arg = first_at;
  /bionic/libc/bionic/
malloc_heapprofd.cpp 177 char* first_at = static_cast<char*>(memchr(cmdline, '@', rd)); local
178 if (first_at != nullptr && first_at < first_arg) {
179 *first_at = '\0';
180 first_arg = first_at;

Completed in 92 milliseconds