Home | History | Annotate | Download | only in src

Lines Matching refs:sbinptr

1663 typedef struct malloc_chunk* sbinptr;  /* The type of bins of chunks */
2290 #define smallbin_at(M, i) ((sbinptr)((char*)&((M)->smallbins[(i)<<1])))
2761 sbinptr b = smallbin_at(m, i);
2788 sbinptr b = smallbin_at(m, sidx);
3298 sbinptr bin = smallbin_at(m,i);