Searched refs:sbinptr (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython2/Modules/_ctypes/libffi/src/ |
D | dlmalloc.c | 1668 typedef struct malloc_chunk* sbinptr; /* The type of bins of chunks */ typedef 2295 #define smallbin_at(M, i) ((sbinptr)((char*)&((M)->smallbins[(i)<<1]))) 2766 sbinptr b = smallbin_at(m, i); in do_check_smallbin() 2793 sbinptr b = smallbin_at(m, sidx); in bin_find() 3303 sbinptr bin = smallbin_at(m,i); in init_bins()
|
/external/libffi/src/ |
D | dlmalloc.c | 1663 typedef struct malloc_chunk* sbinptr; /* The type of bins of chunks */ typedef 2290 #define smallbin_at(M, i) ((sbinptr)((char*)&((M)->smallbins[(i)<<1]))) 2761 sbinptr b = smallbin_at(m, i); in do_check_smallbin() 2788 sbinptr b = smallbin_at(m, sidx); in bin_find() 3298 sbinptr bin = smallbin_at(m,i); in init_bins()
|
/external/dlmalloc/ |
D | malloc.c | 2193 typedef struct malloc_chunk* sbinptr; /* The type of bins of chunks */ typedef 2831 #define smallbin_at(M, i) ((sbinptr)((void*)&((M)->smallbins[(i)<<1]))) 3378 sbinptr b = smallbin_at(m, i); in do_check_smallbin() 3405 sbinptr b = smallbin_at(m, sidx); in bin_find() 3931 sbinptr bin = smallbin_at(m,i); in init_bins()
|