Home
last modified time | relevance | path

Searched refs:malloc_ptr (Results 1 – 7 of 7) sorted by relevance

/u-boot/common/
A Dmalloc_simple.c25 addr = ALIGN(gd->malloc_base + gd->malloc_ptr, align); in alloc_simple()
35 gd->malloc_ptr = ALIGN(new_ptr, sizeof(new_ptr)); in alloc_simple()
91 log_info("malloc_simple: %lx bytes used, %lx remain\n", gd->malloc_ptr, in malloc_simple_info()
92 CONFIG_VAL(SYS_MALLOC_F_LEN) - gd->malloc_ptr); in malloc_simple_info()
A Dboard_r.c202 debug("Pre-reloc malloc() used %#lx bytes (%ld KB)\n", gd->malloc_ptr, in initr_malloc()
203 gd->malloc_ptr / 1024); in initr_malloc()
A Ddlmalloc.c2475 gd->malloc_ptr = 0; in initf_malloc()
/u-boot/arch/arm/lib/
A Dbdinfo.c61 printf("Early malloc usage: %lx / %x\n", gd->malloc_ptr, in arch_print_bdinfo()
/u-boot/common/spl/
A Dspl.c536 gd->malloc_ptr = 0; in spl_common_init()
883 debug("SPL malloc() used 0x%lx bytes (%ld KB)\n", gd->malloc_ptr, in board_init_r()
884 gd->malloc_ptr / 1024); in board_init_r()
986 gd->malloc_ptr, gd->malloc_ptr / 1024); in spl_relocate_stack_gd()
990 gd->malloc_ptr = 0; in spl_relocate_stack_gd()
/u-boot/arch/arm/mach-k3/
A Dam654_init.c206 pool_size = CONFIG_VAL(SYS_MALLOC_F_LEN) - gd->malloc_ptr; in board_init_f()
/u-boot/include/asm-generic/
A Dglobal_data.h316 unsigned long malloc_ptr; member

Completed in 23 milliseconds