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

/barrelfish-2018-10-04/lib/dmalloc/
H A Ddmalloc.c2254 typedef struct malloc_chunk* sbinptr; /* The type of bins of chunks */ typedef in typeref:struct:malloc_chunk
2891 #define smallbin_at(M, i) ((sbinptr)((char*)&((M)->smallbins[(i)<<1])))
3424 sbinptr b = smallbin_at(m, i);
3451 sbinptr b = smallbin_at(m, sidx);
3975 sbinptr bin = smallbin_at(m,i);

Completed in 94 milliseconds