Home
last modified time | relevance | path

Searched refs:heap_end (Results 1 – 4 of 4) sorted by relevance

/trueos/sys/boot/i386/zfsboot/
HDzfsboot.c114 static char *heap_end; variable
133 if (p + n > heap_end) { in malloc()
449 heap_end = PTOV(high_heap_base + high_heap_size); in main()
453 heap_end = (char *) PTOV(bios_basemem); in main()
/trueos/sys/contrib/octeon-sdk/
HDcvmx-app-init.h85 uint64_t heap_end; member
141 uint64_t heap_end;
HDcvmx-app-init.c121 sys_info_ptr->heap_size = cvmx_bootinfo_ptr->heap_end - cvmx_bootinfo_ptr->heap_base; in process_boot_desc_ver_6()
/trueos/sys/mips/cavium/
HDocteon_machdep.c545 uint64_t heap_end; member