Searched refs:system_heap (Results 1 – 1 of 1) sorted by relevance
699 static rt_smem_t system_heap; variable704 *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; variable739 static rt_slab_t system_heap; variable744 *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