Searched refs:csize2tidx (Results 1 – 1 of 1) sorted by relevance
316 # define csize2tidx(x) (((x) - MINSIZE + MALLOC_ALIGNMENT - 1) / MALLOC_ALIGNMENT) macro318 # define usize2tidx(x) csize2tidx (request2size (x))3298 size_t tc_idx = csize2tidx (tbytes); in __libc_malloc()3859 size_t tc_idx = csize2tidx (nb); in _int_malloc()3917 size_t tc_idx = csize2tidx (nb); in _int_malloc()3979 size_t tc_idx = csize2tidx (nb); in _int_malloc()4445 size_t tc_idx = csize2tidx (size); in _int_free()5385 mp_.tcache_bins = csize2tidx (request2size(value)) + 1; in do_set_tcache_max()