Lines Matching refs:sbinptr
2067 typedef struct malloc_chunk* sbinptr; /* The type of bins of chunks */ 2689 #define smallbin_at(M, i) ((sbinptr)((char*)&((M)->smallbins[(i)<<1]))) 3211 sbinptr b = smallbin_at(m, i); 3238 sbinptr b = smallbin_at(m, sidx); 3749 sbinptr bin = smallbin_at(m,i);