Searched refs:sbinptr (Results 1 - 1 of 1) sorted by relevance

/external/dlmalloc/
H A Dmalloc.c2193 typedef struct malloc_chunk* sbinptr; /* The type of bins of chunks */ typedef in typeref:struct:malloc_chunk
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);

Completed in 58 milliseconds