Home
last modified time | relevance | path

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

/src/
A Dkservice.c699 static rt_smem_t system_heap; variable
704 *total = system_heap->total; in _smem_info()
706 *used = system_heap->used; in _smem_info()
708 *max_used = system_heap->max; in _smem_info()
713 rt_smem_alloc(system_heap, _size)
721 static struct rt_memheap system_heap; variable
739 static rt_slab_t system_heap; variable
744 *total = system_heap->total; in _slab_info()
746 *used = system_heap->used; in _slab_info()
748 *max_used = system_heap->max; in _slab_info()
[all …]

Completed in 7 milliseconds