Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_ctypes/libffi/src/
Ddlmalloc.c2290 #define small_index(s) ((s) >> SMALLBIN_SHIFT) macro
2292 #define MIN_SMALL_INDEX (small_index(MIN_CHUNK_SIZE))
2778 assert(small_index(size) == i); in do_check_smallbin()
2792 bindex_t sidx = small_index(size); in bin_find()
2970 bindex_t I = small_index(S);\
2991 bindex_t I = small_index(S);\
4159 idx = small_index(nb); in dlmalloc()
4566 idx = small_index(nb); in mspace_malloc()
/external/libffi/src/
Ddlmalloc.c2285 #define small_index(s) ((s) >> SMALLBIN_SHIFT) macro
2287 #define MIN_SMALL_INDEX (small_index(MIN_CHUNK_SIZE))
2773 assert(small_index(size) == i); in do_check_smallbin()
2787 bindex_t sidx = small_index(size); in bin_find()
2965 bindex_t I = small_index(S);\
2986 bindex_t I = small_index(S);\
4154 idx = small_index(nb); in dlmalloc()
4561 idx = small_index(nb); in mspace_malloc()
/external/dlmalloc/
Dmalloc.c2825 #define small_index(s) (bindex_t)((s) >> SMALLBIN_SHIFT) macro
2827 #define MIN_SMALL_INDEX (small_index(MIN_CHUNK_SIZE))
3390 assert(small_index(size) == i); in do_check_smallbin()
3404 bindex_t sidx = small_index(size); in bin_find()
3587 bindex_t I = small_index(S);\
3608 bindex_t I = small_index(S);\
4603 idx = small_index(nb); in dlmalloc()
5551 idx = small_index(nb); in mspace_malloc()