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

/external/libffi/src/
H A Ddlmalloc.c1606 typedef struct malloc_chunk* sbinptr; /* The type of bins of chunks */ typedef in typeref:struct:malloc_chunk
2233 #define smallbin_at(M, i) ((sbinptr)((char*)&((M)->smallbins[(i)<<1])))
2699 sbinptr b = smallbin_at(m, i);
2726 sbinptr b = smallbin_at(m, sidx);
3236 sbinptr bin = smallbin_at(m,i);
/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 65 milliseconds