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

  /external/valgrind/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/openssh/openbsd-compat/
bsd-poll.c 48 size_t nmemb; local
60 nmemb = howmany(maxfd + 1 , NFDBITS);
61 if ((readfds = calloc(nmemb, sizeof(fd_mask))) == NULL ||
62 (writefds = calloc(nmemb, sizeof(fd_mask))) == NULL ||
63 (exceptfds = calloc(nmemb, sizeof(fd_mask))) == NULL) {
  /external/strace/
numa.c 50 const kernel_ulong_t nmemb = local
53 if (nmemb < maxnodes / bits_per_long ||
54 (maxnodes && !nmemb)) {
60 print_array(tcp, addr, nmemb, &buf, current_wordsize,
mem.c 342 kernel_ulong_t nmemb = len >> 16; local
349 print_array(tcp, map, nmemb, &entry, sizeof(entry),

Completed in 93 milliseconds