Searched refs:information (Results 1 – 4 of 4) sorted by relevance
281 if (information == RT_NULL) return 0; in rt_object_get_length()319 if (information == RT_NULL) return 0; in rt_object_get_pointers()366 struct rt_object_information *information; in rt_object_init() local373 RT_ASSERT(information != RT_NULL); in rt_object_init()445 struct rt_object_information *information; in rt_object_detach() local453 RT_ASSERT(information != RT_NULL); in rt_object_detach()484 struct rt_object_information *information; in rt_object_allocate() local493 RT_ASSERT(information != RT_NULL); in rt_object_allocate()562 struct rt_object_information *information; in rt_object_delete() local572 RT_ASSERT(information != RT_NULL); in rt_object_delete()[all …]
552 struct rt_object_information *information; in memcheck() local560 information = rt_object_get_information(RT_Object_Class_Memory); in memcheck()561 for (node = information->object_list.next; in memcheck()562 node != &(information->object_list); in memcheck()606 struct rt_object_information *information; in memtrace() local613 information = rt_object_get_information(RT_Object_Class_Memory); in memtrace()614 for (node = information->object_list.next; in memtrace()615 node != &(information->object_list); in memtrace()661 MSH_CMD_EXPORT(memtrace, dump memory trace information);
785 struct rt_object_information *information; in _memheap_alloc() local788 information = rt_object_get_information(RT_Object_Class_MemHeap); in _memheap_alloc()789 RT_ASSERT(information != RT_NULL); in _memheap_alloc()790 for (node = information->object_list.next; in _memheap_alloc()791 node != &(information->object_list); in _memheap_alloc()
375 to dump memory block information.409 bool "Enable additional interrupt trace information"412 Add name and counter information for interrupt trace.
Completed in 11 milliseconds