Searched refs:total (Results 1 – 8 of 8) sorted by relevance
57 int total = 0; in getservent_r() local69 total += namelen + 1; in getservent_r()74 total += (count+1)*sizeof(char*); in getservent_r()77 total += 1 + len2; in getservent_r()82 p2 = realloc( (char*)rs->servent.s_aliases, total ); in getservent_r()
48 size_t total; in fread() local69 total = resid; in fread()80 return ((total - resid) / size); in fread()
129 long total; in __get_meminfo() local130 if (sscanf(buf, pattern, &total) == 1) { in __get_meminfo()131 result = (int) (total / (PAGE_SIZE/1024)); in __get_meminfo()
63 BufferOutputStream(char* buffer, size_t size) : total(0) { in BufferOutputStream()90 total += avail; in Send()94 int total; member104 FdOutputStream(int fd) : total(0), fd_(fd) { in FdOutputStream()119 total += rc; in Send()123 int total; member415 return os.total; in __libc_format_buffer()424 return os.total; in __libc_format_fd()
621 const size_t total = g_allocated_block_count; in ReportMemoryLeaks() local626 exe, block->size, user(block), index++, total); in ReportMemoryLeaks()
206 __u32 total; member
255 int total; member
3471 size_t total; in do_check_malloc_state() local3492 total = traverse_and_check(m); in do_check_malloc_state()3493 assert(total <= m->footprint); in do_check_malloc_state()