Home
last modified time | relevance | path

Searched refs:malloc_funcs (Results 1 - 2 of 2) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/startup/
H A Dmain.c46 hi_malloc_func malloc_funcs = {0, }; in start_loaderboot() local
52 malloc_funcs.init = rom_boot_malloc_init; in start_loaderboot()
53 malloc_funcs.boot_malloc = rom_boot_malloc; in start_loaderboot()
54 malloc_funcs.boot_free = rom_boot_free; in start_loaderboot()
56 hi_register_malloc((uintptr_t)&__heap_begin__, &malloc_funcs); in start_loaderboot()
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/startup/
H A Dmain.c90 hi_malloc_func malloc_funcs = {0, }; in start_fastboot() local
99 malloc_funcs.init = rom_boot_malloc_init; in start_fastboot()
100 malloc_funcs.boot_malloc = rom_boot_malloc; in start_fastboot()
101 malloc_funcs.boot_free = rom_boot_free; in start_fastboot()
103 hi_register_malloc((uintptr_t)&__heap_begin__, &malloc_funcs); in start_fastboot()

Completed in 2 milliseconds