Searched refs:rt_heap (Results 1 – 5 of 5) sorted by relevance
26 static rt_uint8_t rt_heap[RT_HEAP_SIZE]; variable29 return rt_heap; in rt_heap_begin_get()33 return rt_heap + RT_HEAP_SIZE; in rt_heap_end_get()
42 static uint32_t rt_heap[RT_HEAP_SIZE]; // heap default size: 4K(1024 * 4) variable45 return rt_heap; in rt_heap_begin_get()50 return rt_heap + RT_HEAP_SIZE; in rt_heap_end_get()
36 static uint32_t rt_heap[RT_HEAP_SIZE]; variable39 return rt_heap; in rt_heap_begin_get()44 return rt_heap + RT_HEAP_SIZE; in rt_heap_end_get()
56 static uint32_t rt_heap[RT_HEAP_SIZE]; variable59 return rt_heap; in rt_heap_begin_get()64 return rt_heap + RT_HEAP_SIZE; in rt_heap_end_get()
36 static uint32_t rt_heap[RT_HEAP_SIZE];/* heap default size: 4K(1024 * 4)*/ variable39 return rt_heap; in rt_heap_begin_get()44 return rt_heap + RT_HEAP_SIZE; in rt_heap_end_get()
Completed in 17 milliseconds