Home
last modified time | relevance | path

Searched defs:idx (Results 1 – 2 of 2) sorted by relevance

/malloc/
A Dmemusage.c183 uint32_t idx = catomic_exchange_and_add (&buffer_cnt, 1); in update_data() local
613 int idx = (flags & MAP_ANON in mmap() local
666 int idx = (flags & MAP_ANON in mmap64() local
A Dmalloc.c318 # define tidx2usize(idx) (((size_t) idx) * MALLOC_ALIGNMENT + MINSIZE - SIZE_SZ) argument
1744 #define fastbin(ar_ptr, idx) ((ar_ptr)->fastbinsY[idx]) argument
2267 unsigned int idx; in do_check_malloc_state() local
3773 unsigned int idx; /* associated bin index */ in _int_malloc() local
4528 unsigned int idx = fastbin_index(size); in _int_free() local
4753 unsigned int idx = fastbin_index (chunksize (p)); in malloc_consolidate() local

Completed in 14 milliseconds