Searched refs:malloc_ptr (Results 1 – 7 of 7) sorted by relevance
| /u-boot/common/ |
| A D | malloc_simple.c | 25 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 D | board_r.c | 202 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 D | dlmalloc.c | 2475 gd->malloc_ptr = 0; in initf_malloc()
|
| /u-boot/arch/arm/lib/ |
| A D | bdinfo.c | 61 printf("Early malloc usage: %lx / %x\n", gd->malloc_ptr, in arch_print_bdinfo()
|
| /u-boot/common/spl/ |
| A D | spl.c | 536 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 D | am654_init.c | 206 pool_size = CONFIG_VAL(SYS_MALLOC_F_LEN) - gd->malloc_ptr; in board_init_f()
|
| /u-boot/include/asm-generic/ |
| A D | global_data.h | 316 unsigned long malloc_ptr; member
|
Completed in 23 milliseconds