HomeSort by relevance Sort by last modified time
    Searched defs:nmemb (Results 1 - 5 of 5) 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 46 size_t nmemb; local
58 nmemb = howmany(maxfd + 1 , NFDBITS);
59 if ((readfds = calloc(nmemb, sizeof(fd_mask))) == NULL ||
60 (writefds = calloc(nmemb, sizeof(fd_mask))) == NULL ||
61 (exceptfds = calloc(nmemb, sizeof(fd_mask))) == NULL) {
  /external/strace/
numa.c 51 const kernel_ulong_t nmemb = local
54 if (nmemb < maxnodes / bits_per_long ||
55 (maxnodes && !nmemb)) {
61 print_array(tcp, addr, nmemb, &buf, current_wordsize,
mem.c 343 kernel_ulong_t nmemb = len >> 16; local
350 print_array(tcp, map, nmemb, &entry, sizeof(entry),
netlink_sock_diag.c 130 size_t nmemb = len / sizeof(mem); local
132 if (!nmemb)
135 if (nmemb > SK_MEMINFO_VARS)
136 nmemb = SK_MEMINFO_VARS;
138 print_array(tcp, addr, nmemb, &mem, sizeof(mem),
183 const size_t nmemb = len / sizeof(inode); local
185 if (!nmemb)
188 print_array(tcp, addr, nmemb, &inode, sizeof(inode),
319 const size_t nmemb = len / current_wordsize; local
321 if (!nmemb)
    [all...]

Completed in 1000 milliseconds