Searched refs:malloc_ptr (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/decompress/ |
| H A D | mm.h | 31 STATIC_RW_DATA unsigned long malloc_ptr; variable 40 if (!malloc_ptr) in malloc() 41 malloc_ptr = free_mem_ptr; in malloc() 43 malloc_ptr = (malloc_ptr + 3) & ~3; /* Align */ in malloc() 45 p = (void *)malloc_ptr; in malloc() 46 malloc_ptr += size; in malloc() 48 if (free_mem_end_ptr && malloc_ptr >= free_mem_end_ptr) in malloc() 59 malloc_ptr = free_mem_ptr; in free()
|
| /OK3568_Linux_fs/u-boot/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()
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | inflate.c | 242 static unsigned long malloc_ptr; variable 251 if (!malloc_ptr) in malloc() 252 malloc_ptr = free_mem_ptr; in malloc() 254 malloc_ptr = (malloc_ptr + 3) & ~3; /* Align */ in malloc() 256 p = (void *)malloc_ptr; in malloc() 257 malloc_ptr += size; in malloc() 259 if (free_mem_end_ptr && malloc_ptr >= free_mem_end_ptr) in malloc() 270 malloc_ptr = free_mem_ptr; in free()
|
| /OK3568_Linux_fs/u-boot/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() 700 gd->malloc_ptr = 0; in spl_relocate_stack_gd()
|
| H A D | spl_decomp.c | 209 gd->malloc_ptr = 0; in board_init_r()
|
| /OK3568_Linux_fs/u-boot/include/asm-generic/ |
| H A D | global_data.h | 112 unsigned long malloc_ptr; /* current address */ member
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | bdinfo.c | 348 printf("Early malloc usage: %lx / %x\n", gd->malloc_ptr, in do_bdinfo()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | gcc.info | 35371 (*malloc_ptr) (size_t); 35376 'malloc_ptr', like the standard C function 'malloc', returns an
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | gcc.info | 35371 (*malloc_ptr) (size_t); 35376 'malloc_ptr', like the standard C function 'malloc', returns an
|