Home | History | Annotate | Download | only in dlmalloc

Lines Matching refs:sbinptr

2193 typedef struct malloc_chunk* sbinptr;  /* The type of bins of chunks */
2831 #define smallbin_at(M, i) ((sbinptr)((void*)&((M)->smallbins[(i)<<1])))
3378 sbinptr b = smallbin_at(m, i);
3405 sbinptr b = smallbin_at(m, sidx);
3931 sbinptr bin = smallbin_at(m,i);