Searched refs:mbinptr (Results 1 – 1 of 1) sorted by relevance
1928 typedef struct malloc_chunk* mbinptr; typedef1931 #define bin_at(m, i) ((mbinptr)((char*)&((m)->bins[(i)<<1]) - (SIZE_SZ<<1)))1934 #define next_bin(b) ((mbinptr)((char*)(b) + (sizeof(mchunkptr)<<1)))2251 mbinptr bin;2513 mbinptr b; in do_check_malloc_state()2912 mbinptr bin; /* associated bin */ in _int_malloc()3889 mbinptr b; in mALLINFo()