Searched refs:mh (Results 1 – 1 of 1) sorted by relevance
933 struct rt_memheap *mh; in memheaptrace() local945 mh = (struct rt_memheap *)rt_list_entry(node, struct rt_object, list); in memheaptrace()947 if (name != RT_NULL && rt_strncmp(name, mh->parent.name, RT_NAME_MAX) != 0) in memheaptrace()951 rt_kprintf("name : %s\n", mh->parent.name); in memheaptrace()952 rt_kprintf("heap_ptr: 0x%p\n", mh->start_addr); in memheaptrace()953 rt_kprintf("free : 0x%08x\n", mh->available_size); in memheaptrace()954 rt_kprintf("max_used: 0x%08x\n", mh->max_used_size); in memheaptrace()955 rt_kprintf("size : 0x%08x\n", mh->pool_size); in memheaptrace()958 for (header_ptr = mh->block_list; in memheaptrace()959 header_ptr->next != mh->block_list; in memheaptrace()
Completed in 3 milliseconds