Home
last modified time | relevance | path

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

/openbmc/u-boot/common/
H A Ddlmalloc.c639 #define SMALLBIN_WIDTH 8 macro
647 #define is_small_request(nb) (nb < MAX_SMALLBIN_SIZE - SMALLBIN_WIDTH)
H A Ddlmalloc.src1509 #define SMALLBIN_WIDTH 8
1517 #define is_small_request(nb) (nb < MAX_SMALLBIN_SIZE - SMALLBIN_WIDTH)