Home
last modified time | relevance | path

Searched refs:heap_start (Results 1 – 8 of 8) sorted by relevance

/AliOS-Things-master/components/init/include/aos/
A Dinit.h61 unsigned int heap_start; member
72 unsigned int heap_start; member
83 unsigned int heap_start; member
/AliOS-Things-master/components/py_engine/engine/shared/upytesthelper/
A Dupytesthelper.c37 static void *heap_start, *heap_end; variable
40 heap_start = start; in upytest_set_heap()
94 gc_init(heap_start, heap_end); in upytest_execute_test()
/AliOS-Things-master/hardware/chip/rtl872xd/aos/
A Dsoc_impl.c72 extern void *heap_start;
94 k_mm_region_t g_mm_region[2] = {{(uint8_t*)&heap_start,(size_t)&heap_len},
/AliOS-Things-master/components/minilibc/include/
A Dmm.h345 void mm_initialize(struct mm_heap_s *heap, void *heap_start,
352 void umm_initialize(void *heap_start, size_t heap_size);
357 void kmm_initialize(void *heap_start, size_t heap_size);
/AliOS-Things-master/components/init/
A Daos_init.c88 krhino_add_mm_region(g_kmm_head, (void *)(app_info->heap_start), in app_pre_init()
89 app_info->heap_end - app_info->heap_start); in app_pre_init()
/AliOS-Things-master/hardware/chip/rtl872xd/script/
A Drlx8711B-symbol-v02-img2_xip1.ld130 PROVIDE(heap_start = .); symbol
132 PROVIDE(heap_len = heap_end - heap_start);
A Drlx8711B-symbol-v02-img2_xip2.ld130 PROVIDE(heap_start = .); symbol
132 PROVIDE(heap_len = heap_end - heap_start);
/AliOS-Things-master/hardware/chip/rtl872xd/
A Drlx8721d.ld100 PROVIDE(heap_start = .); symbol
102 PROVIDE(heap_len = heap_end - heap_start);

Completed in 15 milliseconds