Searched refs:malloc_ptr (Results 1 – 6 of 6) sorted by relevance
| /openbmc/u-boot/common/ |
| H A D | malloc_simple.c | 22 addr = ALIGN(gd->malloc_base + gd->malloc_ptr, align); in alloc_simple() 32 gd->malloc_ptr = ALIGN(new_ptr, sizeof(new_ptr)); in alloc_simple() 79 log_info("malloc_simple: %lx bytes used, %lx remain\n", gd->malloc_ptr, in malloc_simple_info() 80 CONFIG_VAL(SYS_MALLOC_F_LEN) - gd->malloc_ptr); in malloc_simple_info()
|
| H A D | board_r.c | 237 debug("Pre-reloc malloc() used %#lx bytes (%ld KB)\n", gd->malloc_ptr, in initr_malloc() 238 gd->malloc_ptr / 1024); in initr_malloc()
|
| H A D | dlmalloc.c | 2392 gd->malloc_ptr = 0; in initf_malloc()
|
| /openbmc/u-boot/common/spl/ |
| H A D | spl.c | 392 gd->malloc_ptr = 0; in spl_common_init() 729 debug("SPL malloc() used 0x%lx bytes (%ld KB)\n", gd->malloc_ptr, in board_init_r() 730 gd->malloc_ptr / 1024); in board_init_r() 795 gd->malloc_ptr, gd->malloc_ptr / 1024); in spl_relocate_stack_gd() 799 gd->malloc_ptr = 0; in spl_relocate_stack_gd()
|
| /openbmc/u-boot/include/asm-generic/ |
| H A D | global_data.h | 100 unsigned long malloc_ptr; /* current address */ member
|
| /openbmc/u-boot/cmd/ |
| H A D | bdinfo.c | 347 printf("Early malloc usage: %lx / %x\n", gd->malloc_ptr, in do_bdinfo()
|