Searched refs:sbinptr (Results 1 – 1 of 1) sorted by relevance
1652 typedef struct malloc_chunk* sbinptr; /* The type of bins of chunks */ typedef2243 #define smallbin_at(M, i) ((sbinptr)((char*)&((M)->smallbins[(i)<<1])))2709 sbinptr b = smallbin_at(m, i); in do_check_smallbin()2736 sbinptr b = smallbin_at(m, sidx); in bin_find()3248 sbinptr bin = smallbin_at(m,i); in init_bins()