Searched refs:malloc_ptr (Results 1 – 7 of 7) sorted by relevance
| /rk3399_rockchip-uboot/common/ |
| H A D | malloc_simple.c | 21 new_ptr = gd->malloc_ptr + bytes; in malloc_simple() 28 ptr = map_sysmem(gd->malloc_base + gd->malloc_ptr, bytes); in malloc_simple() 29 gd->malloc_ptr = ALIGN(new_ptr, sizeof(new_ptr)); in malloc_simple() 40 addr = ALIGN(gd->malloc_base + gd->malloc_ptr, align); in memalign_simple() 48 gd->malloc_ptr = ALIGN(new_ptr, sizeof(new_ptr)); in memalign_simple()
|
| H A D | board_r.c | 274 debug("Pre-reloc malloc() used %#lx bytes (%ld KB)\n", gd->malloc_ptr, in initr_malloc() 275 gd->malloc_ptr / 1024); in initr_malloc()
|
| H A D | dlmalloc.c | 2385 gd->malloc_ptr = 0; in initf_malloc()
|
| /rk3399_rockchip-uboot/common/spl/ |
| H A D | spl.c | 294 gd->malloc_ptr = 0; in spl_common_init() 632 debug("SPL malloc() used %#lx bytes (%ld KB)\n", gd->malloc_ptr, in board_init_r() 633 gd->malloc_ptr / 1024); in board_init_r() 705 gd->malloc_ptr = 0; in spl_relocate_stack_gd()
|
| H A D | spl_decomp.c | 209 gd->malloc_ptr = 0; in board_init_r()
|
| /rk3399_rockchip-uboot/include/asm-generic/ |
| H A D | global_data.h | 112 unsigned long malloc_ptr; /* current address */ member
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | bdinfo.c | 348 printf("Early malloc usage: %lx / %x\n", gd->malloc_ptr, in do_bdinfo()
|