HomeSort by relevance Sort by last modified time
    Searched defs:nmemb (Results 1 - 3 of 3) sorted by null

  /external/valgrind/main/memcheck/tests/
undef_malloc_args.c 28 size_t nmemb = 1; local
29 (void) VALGRIND_MAKE_MEM_UNDEFINED(&nmemb, 1);
30 new_p = calloc(nmemb, def_size);
42 size_t nmemb = 16;
45 new_p = memalign(nmemb, size);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-trace.c 358 const int nmemb = ARRAY_SIZE(syscall_fmts); local
359 return bsearch(name, syscall_fmts, nmemb, sizeof(struct syscall_fmt), syscall_fmt__cmp);
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
annotate.c 418 const int nmemb = ARRAY_SIZE(instructions); local
420 return bsearch(name, instructions, nmemb, sizeof(struct ins), ins__cmp);
    [all...]

Completed in 267 milliseconds