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

  /external/valgrind/main/coregrind/
m_redir.c 348 Word n_req = 1; local
350 while (*pp) { n_req++; pp++; }
352 UChar** arr = dinfo_zalloc( "redir.asa.1", (n_req+1) * sizeof(UChar*) );
357 tl_assert(i == n_req);
358 tl_assert(arr[n_req] == NULL);
    [all...]
  /external/linux-tools-perf/
builtin-kmem.c 339 static double fragmentation(unsigned long n_req, unsigned long n_alloc)
344 return 100.0 - (100.0 * n_req / n_alloc);

Completed in 300 milliseconds