Searched refs:fastbins (Results 1 – 1 of 1) sorted by relevance
2179 mfastbinptr fastbins[NFASTBINS]; member2540 p = av->fastbins[i]; in do_check_malloc_state()2948 fb = &(av->fastbins[(fastbin_index(nb))]); in _int_malloc()3322 fb = &(av->fastbins[fastbin_index(size)]); in _int_free()3461 maxfb = &(av->fastbins[fastbin_index(av->max_fast)]);3462 fb = &(av->fastbins[0]);3910 for (p = av->fastbins[i]; p != 0; p = p->fd) { in mALLINFo()