Home
last modified time | relevance | path

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

/src/
A Dkservice.c700 rt_inline void _smem_info(rt_size_t *total, in _smem_info() argument
703 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() argument
743 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() argument
920 _MEM_INFO(total, used, max_used); in rt_memory_info()
A Dmemheap.c736 rt_size_t *total, in rt_memheap_info() argument
753 if (total != RT_NULL) in rt_memheap_info()
754 *total = heap->pool_size; in rt_memheap_info()
A Dmem.c203 small_mem->parent.total = mem_size; in rt_smem_init()
633 rt_kprintf("total : %d\n", m->parent.total); in memtrace()
A Dslab.c352 slab->parent.total = limsize; in rt_slab_init()

Completed in 13 milliseconds