Searched refs:sbinptr (Results 1 – 3 of 3) sorted by relevance
1654 typedef struct malloc_chunk* sbinptr; /* The type of bins of chunks */2247 #define smallbin_at(M, i) ((sbinptr)((unsigned long)&((M)->smallbins[(i)<<1])))2722 sbinptr b = smallbin_at(m, i); in do_check_smallbin()2749 sbinptr b = smallbin_at(m, sidx); in bin_find()3262 sbinptr bin = smallbin_at(m,i); in init_bins()
69 typedef struct malloc_chunk* sbinptr; /* The type of bins of chunks */ typedef
2156 typedef struct malloc_chunk* sbinptr; /* The type of bins of chunks */ typedef2779 #define smallbin_at(M, i) ((sbinptr)((char*)&((M)->smallbins[(i)<<1])))3306 sbinptr b = smallbin_at(m, i); in do_check_smallbin()3333 sbinptr b = smallbin_at(m, sidx); in bin_find()3845 sbinptr bin = smallbin_at(m,i); in init_bins()