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