Searched refs:total (Results 1 – 4 of 4) sorted by relevance
700 rt_inline void _smem_info(rt_size_t *total, in _smem_info() argument703 if (total) in _smem_info()704 *total = system_heap->total; in _smem_info()740 rt_inline void _slab_info(rt_size_t *total, in _slab_info() argument743 if (total) in _slab_info()744 *total = system_heap->total; in _slab_info()912 rt_weak void rt_memory_info(rt_size_t *total, in rt_memory_info() argument920 _MEM_INFO(total, used, max_used); in rt_memory_info()
736 rt_size_t *total, in rt_memheap_info() argument753 if (total != RT_NULL) in rt_memheap_info()754 *total = heap->pool_size; in rt_memheap_info()
203 small_mem->parent.total = mem_size; in rt_smem_init()633 rt_kprintf("total : %d\n", m->parent.total); in memtrace()
352 slab->parent.total = limsize; in rt_slab_init()
Completed in 13 milliseconds