Searched refs:idx (Results 1 – 2 of 2) sorted by relevance
184 if (idx + 1 >= 2 * buffer_size) in update_data()192 if (idx >= 2 * buffer_size) in update_data()193 idx = reset - 1; in update_data()197 buffer[idx].heap = current_heap; in update_data()199 gettime (&buffer[idx]); in update_data()202 if (idx + 1 == buffer_size) in update_data()613 int idx = (flags & MAP_ANON in mmap() local619 catomic_add (&total[idx], len); in mmap()633 else if (idx == idx_mmap_w) in mmap()666 int idx = (flags & MAP_ANON in mmap64() local[all …]
318 # define tidx2usize(idx) (((size_t) idx) * MALLOC_ALIGNMENT + MINSIZE - SIZE_SZ) argument1744 #define fastbin(ar_ptr, idx) ((ar_ptr)->fastbinsY[idx]) argument2267 unsigned int idx; in do_check_malloc_state() local2359 assert (idx == i); in do_check_malloc_state()3840 idx = fastbin_index (nb); in _int_malloc()3904 bin = bin_at (av, idx); in _int_malloc()4256 ++idx; in _int_malloc()4257 bin = bin_at (av, idx); in _int_malloc()4258 block = idx2block (idx); in _int_malloc()4260 bit = idx2bit (idx); in _int_malloc()[all …]
Completed in 15 milliseconds