Home | History | Annotate | Download | only in src

Lines Matching refs:sbinptr

1668 typedef struct malloc_chunk* sbinptr;  /* The type of bins of chunks */
2295 #define smallbin_at(M, i) ((sbinptr)((char*)&((M)->smallbins[(i)<<1])))
2766 sbinptr b = smallbin_at(m, i);
2793 sbinptr b = smallbin_at(m, sidx);
3303 sbinptr bin = smallbin_at(m,i);