OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:n_req
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/coregrind/
m_errormgr.c
[
all
...]
m_redir.c
349
Word
n_req
= 1;
local
351
while (*pp) {
n_req
++; pp++; }
353
const HChar** arr = dinfo_zalloc("redir.asa.1", (
n_req
+1) * sizeof(HChar*));
358
vg_assert(i ==
n_req
);
359
vg_assert(arr[
n_req
] == NULL);
[
all
...]
/external/linux-tools-perf/src/tools/perf/
builtin-kmem.c
333
static double fragmentation(unsigned long
n_req
, unsigned long n_alloc)
338
return 100.0 - (100.0 *
n_req
/ n_alloc);
Completed in 509 milliseconds