Home
last modified time | relevance | path

Searched refs:malloc_limit (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/u-boot/common/
H A Dmalloc_simple.c23 gd->malloc_limit); in malloc_simple()
24 if (new_ptr > gd->malloc_limit) { in malloc_simple()
42 if (new_ptr > gd->malloc_limit) { in memalign_simple()
H A Ddlmalloc.c2384 gd->malloc_limit = CONFIG_VAL(SYS_MALLOC_F_LEN); in initf_malloc()
/OK3568_Linux_fs/u-boot/arch/x86/lib/fsp/
H A Dfsp_common.c186 gd->malloc_limit += CONFIG_FSP_SYS_MALLOC_F_LEN; in arch_fsp_init()
/OK3568_Linux_fs/u-boot/include/asm-generic/
H A Dglobal_data.h111 unsigned long malloc_limit; /* limit address */ member
/OK3568_Linux_fs/u-boot/common/spl/
H A Dspl.c293 gd->malloc_limit = CONFIG_VAL(SYS_MALLOC_F_LEN); in spl_common_init()
699 gd->malloc_limit = CONFIG_SPL_STACK_R_MALLOC_SIMPLE_LEN; in spl_relocate_stack_gd()
H A Dspl_decomp.c208 gd->malloc_limit = CONFIG_VAL(SYS_MALLOC_F_LEN); in board_init_r()