Home
last modified time | relevance | path

Searched refs:SMALLBIN_WIDTH (Results 1 – 5 of 5) sorted by relevance

/external/u-boot/common/
Ddlmalloc.c639 #define SMALLBIN_WIDTH 8 macro
647 #define is_small_request(nb) (nb < MAX_SMALLBIN_SIZE - SMALLBIN_WIDTH)
Ddlmalloc.src1509 #define SMALLBIN_WIDTH 8
1517 #define is_small_request(nb) (nb < MAX_SMALLBIN_SIZE - SMALLBIN_WIDTH)
/external/python/cpython2/Modules/_ctypes/libffi/src/
Ddlmalloc.c2068 #define SMALLBIN_WIDTH (SIZE_T_ONE << SMALLBIN_SHIFT) macro
/external/libffi/src/
Ddlmalloc.c2063 #define SMALLBIN_WIDTH (SIZE_T_ONE << SMALLBIN_SHIFT) macro
/external/dlmalloc/
Dmalloc.c2573 #define SMALLBIN_WIDTH (SIZE_T_ONE << SMALLBIN_SHIFT) macro