Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A Ddlmalloc.c1654 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()
H A Ddlmalloc.h69 typedef struct malloc_chunk* sbinptr; /* The type of bins of chunks */ typedef
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A Ddlmalloc.c2156 typedef struct malloc_chunk* sbinptr; /* The type of bins of chunks */ typedef
2779 #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()