Home
last modified time | relevance | path

Searched refs:malloc_start (Results 1 – 25 of 81) sorted by relevance

1234

/dports/devel/dmake/dmake-4.13.1/dbug/malloc/
H A Dm_init.c37 extern struct mlist malloc_start; in malloc_init()
51 malloc_start.s.size = 0; in malloc_init()
52 malloc_end = &malloc_start; in malloc_init()
H A Ddump.c54 extern struct mlist malloc_start;
65 for(ptr = &malloc_start; ptr; ptr = ptr->next)
82 (void) tostring(buffer, (int) &malloc_start, 8, B_HEX, '0');
H A Dmlc_chn.c43 extern struct mlist malloc_start;
48 oldptr = &malloc_start;
49 for(ptr = malloc_start.next; ; ptr = ptr->next)
H A Dmlc_chk.c16 extern struct mlist malloc_start;
211 extern struct mlist malloc_start;
218 mptr = &malloc_start;
/dports/sysutils/u-boot-utilite/u-boot-2015.07/arch/nds32/lib/
H A Dboard.c284 ulong malloc_start; in board_init_r() local
309 malloc_start = dest_addr - TOTAL_MALLOC_LEN; in board_init_r()
310 mem_malloc_init(malloc_start, TOTAL_MALLOC_LEN); in board_init_r()
/dports/devel/mpatrol/mpatrol/tools/
H A Ddmalloc.c158 static unsigned long malloc_start, malloc_interval; variable
235 malloc_start = strtoul(s + 6, NULL, 10); in readoptions()
237 malloc_start = 0; in readoptions()
290 __mp_setoption(MP_OPT_CHECKLOWER, malloc_start); in setoptions()
808 malloc_start = 0; in __mp_init_dmalloc()
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/common/
H A Dboard_r.c219 ulong malloc_start; in initr_malloc() local
230 malloc_start = gd->relocaddr - TOTAL_MALLOC_LEN; in initr_malloc()
231 mem_malloc_init((ulong)map_sysmem(malloc_start, TOTAL_MALLOC_LEN), in initr_malloc()
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/common/
H A Dboard_r.c219 ulong malloc_start; in initr_malloc() local
230 malloc_start = gd->relocaddr - TOTAL_MALLOC_LEN; in initr_malloc()
231 mem_malloc_init((ulong)map_sysmem(malloc_start, TOTAL_MALLOC_LEN), in initr_malloc()
/dports/sysutils/u-boot-olinuxino-lime2-emmc/u-boot-2021.07/common/
H A Dboard_r.c219 ulong malloc_start; in initr_malloc() local
230 malloc_start = gd->relocaddr - TOTAL_MALLOC_LEN; in initr_malloc()
231 mem_malloc_init((ulong)map_sysmem(malloc_start, TOTAL_MALLOC_LEN), in initr_malloc()
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/common/
H A Dboard_r.c219 ulong malloc_start; in initr_malloc() local
230 malloc_start = gd->relocaddr - TOTAL_MALLOC_LEN; in initr_malloc()
231 mem_malloc_init((ulong)map_sysmem(malloc_start, TOTAL_MALLOC_LEN), in initr_malloc()
/dports/sysutils/u-boot-nanopi-m1plus/u-boot-2021.07/common/
H A Dboard_r.c219 ulong malloc_start; in initr_malloc() local
230 malloc_start = gd->relocaddr - TOTAL_MALLOC_LEN; in initr_malloc()
231 mem_malloc_init((ulong)map_sysmem(malloc_start, TOTAL_MALLOC_LEN), in initr_malloc()
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/common/
H A Dboard_r.c219 ulong malloc_start; in initr_malloc() local
230 malloc_start = gd->relocaddr - TOTAL_MALLOC_LEN; in initr_malloc()
231 mem_malloc_init((ulong)map_sysmem(malloc_start, TOTAL_MALLOC_LEN), in initr_malloc()
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/common/
H A Dboard_r.c219 ulong malloc_start; in initr_malloc() local
230 malloc_start = gd->relocaddr - TOTAL_MALLOC_LEN; in initr_malloc()
231 mem_malloc_init((ulong)map_sysmem(malloc_start, TOTAL_MALLOC_LEN), in initr_malloc()
/dports/sysutils/u-boot-cubieboard/u-boot-2021.07/common/
H A Dboard_r.c219 ulong malloc_start; in initr_malloc() local
230 malloc_start = gd->relocaddr - TOTAL_MALLOC_LEN; in initr_malloc()
231 mem_malloc_init((ulong)map_sysmem(malloc_start, TOTAL_MALLOC_LEN), in initr_malloc()
/dports/sysutils/u-boot-firefly-rk3399/u-boot-2021.07/common/
H A Dboard_r.c219 ulong malloc_start; in initr_malloc() local
230 malloc_start = gd->relocaddr - TOTAL_MALLOC_LEN; in initr_malloc()
231 mem_malloc_init((ulong)map_sysmem(malloc_start, TOTAL_MALLOC_LEN), in initr_malloc()
/dports/sysutils/u-boot-sinovoip-bpi-m3/u-boot-2021.07/common/
H A Dboard_r.c219 ulong malloc_start; in initr_malloc() local
230 malloc_start = gd->relocaddr - TOTAL_MALLOC_LEN; in initr_malloc()
231 mem_malloc_init((ulong)map_sysmem(malloc_start, TOTAL_MALLOC_LEN), in initr_malloc()
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/common/
H A Dboard_r.c219 ulong malloc_start; in initr_malloc() local
230 malloc_start = gd->relocaddr - TOTAL_MALLOC_LEN; in initr_malloc()
231 mem_malloc_init((ulong)map_sysmem(malloc_start, TOTAL_MALLOC_LEN), in initr_malloc()
/dports/sysutils/u-boot-a64-olinuxino/u-boot-2021.07/common/
H A Dboard_r.c219 ulong malloc_start; in initr_malloc() local
230 malloc_start = gd->relocaddr - TOTAL_MALLOC_LEN; in initr_malloc()
231 mem_malloc_init((ulong)map_sysmem(malloc_start, TOTAL_MALLOC_LEN), in initr_malloc()
/dports/sysutils/u-boot-sopine/u-boot-2021.07/common/
H A Dboard_r.c219 ulong malloc_start; in initr_malloc() local
230 malloc_start = gd->relocaddr - TOTAL_MALLOC_LEN; in initr_malloc()
231 mem_malloc_init((ulong)map_sysmem(malloc_start, TOTAL_MALLOC_LEN), in initr_malloc()
/dports/sysutils/u-boot-qemu-arm64/u-boot-2021.07/common/
H A Dboard_r.c219 ulong malloc_start; in initr_malloc() local
230 malloc_start = gd->relocaddr - TOTAL_MALLOC_LEN; in initr_malloc()
231 mem_malloc_init((ulong)map_sysmem(malloc_start, TOTAL_MALLOC_LEN), in initr_malloc()
/dports/sysutils/u-boot-nanopi-neo/u-boot-2021.07/common/
H A Dboard_r.c219 ulong malloc_start; in initr_malloc() local
230 malloc_start = gd->relocaddr - TOTAL_MALLOC_LEN; in initr_malloc()
231 mem_malloc_init((ulong)map_sysmem(malloc_start, TOTAL_MALLOC_LEN), in initr_malloc()
/dports/sysutils/u-boot-nanopi-r4s/u-boot-2021.07/common/
H A Dboard_r.c219 ulong malloc_start; in initr_malloc() local
230 malloc_start = gd->relocaddr - TOTAL_MALLOC_LEN; in initr_malloc()
231 mem_malloc_init((ulong)map_sysmem(malloc_start, TOTAL_MALLOC_LEN), in initr_malloc()
/dports/sysutils/u-boot-nanopi-neo-air/u-boot-2021.07/common/
H A Dboard_r.c219 ulong malloc_start; in initr_malloc() local
230 malloc_start = gd->relocaddr - TOTAL_MALLOC_LEN; in initr_malloc()
231 mem_malloc_init((ulong)map_sysmem(malloc_start, TOTAL_MALLOC_LEN), in initr_malloc()
/dports/sysutils/u-boot-chip/u-boot-2021.07/common/
H A Dboard_r.c219 ulong malloc_start; in initr_malloc() local
230 malloc_start = gd->relocaddr - TOTAL_MALLOC_LEN; in initr_malloc()
231 mem_malloc_init((ulong)map_sysmem(malloc_start, TOTAL_MALLOC_LEN), in initr_malloc()
/dports/sysutils/u-boot-clearfog/u-boot-2021.07/common/
H A Dboard_r.c219 ulong malloc_start; in initr_malloc() local
230 malloc_start = gd->relocaddr - TOTAL_MALLOC_LEN; in initr_malloc()
231 mem_malloc_init((ulong)map_sysmem(malloc_start, TOTAL_MALLOC_LEN), in initr_malloc()

1234