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

/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_malloc.c1652 typedef struct malloc_chunk* sbinptr; /* The type of bins of chunks */ typedef in typeref:struct:malloc_chunk
2243 #define smallbin_at(M, i) ((sbinptr)((char*)&((M)->smallbins[(i)<<1])))
2709 sbinptr b = smallbin_at(m, i);
2736 sbinptr b = smallbin_at(m, sidx);
3248 sbinptr bin = smallbin_at(m,i);

Completed in 73 milliseconds