Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/decompress/
H A Dmm.h31 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 Dmalloc_simple.c21 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 Dboard_r.c274 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 Ddlmalloc.c2385 gd->malloc_ptr = 0; in initf_malloc()
/OK3568_Linux_fs/kernel/lib/
H A Dinflate.c242 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 Dspl.c294 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 Dspl_decomp.c209 gd->malloc_ptr = 0; in board_init_r()
/OK3568_Linux_fs/u-boot/include/asm-generic/
H A Dglobal_data.h112 unsigned long malloc_ptr; /* current address */ member
/OK3568_Linux_fs/u-boot/cmd/
H A Dbdinfo.c348 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 Dgcc.info35371 (*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 Dgcc.info35371 (*malloc_ptr) (size_t);
35376 'malloc_ptr', like the standard C function 'malloc', returns an