Home
last modified time | relevance | path

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

/openbmc/u-boot/common/
H A Dmalloc_simple.c25 gd->malloc_limit); in alloc_simple()
26 if (new_ptr > gd->malloc_limit) { in alloc_simple()
H A Ddlmalloc.c2391 gd->malloc_limit = CONFIG_VAL(SYS_MALLOC_F_LEN); in initf_malloc()
/openbmc/u-boot/arch/x86/lib/fsp/
H A Dfsp_common.c161 gd->malloc_limit += CONFIG_FSP_SYS_MALLOC_F_LEN; in arch_fsp_init()
/openbmc/u-boot/include/asm-generic/
H A Dglobal_data.h99 unsigned long malloc_limit; /* limit address */ member
/openbmc/u-boot/common/spl/
H A Dspl.c391 gd->malloc_limit = CONFIG_VAL(SYS_MALLOC_F_LEN); in spl_common_init()
798 gd->malloc_limit = CONFIG_SPL_STACK_R_MALLOC_SIMPLE_LEN; in spl_relocate_stack_gd()