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 345 Word n_req = 1; local
347 while (*pp) { n_req++; pp++; }
349 UChar** arr = dinfo_zalloc( "redir.asa.1", (n_req+1) * sizeof(UChar*) );
354 tl_assert(i == n_req);
355 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 938 milliseconds