Home
last modified time | relevance | path

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

/src/
A Dobject.c281 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() local
373 RT_ASSERT(information != RT_NULL); in rt_object_init()
445 struct rt_object_information *information; in rt_object_detach() local
453 RT_ASSERT(information != RT_NULL); in rt_object_detach()
484 struct rt_object_information *information; in rt_object_allocate() local
493 RT_ASSERT(information != RT_NULL); in rt_object_allocate()
562 struct rt_object_information *information; in rt_object_delete() local
572 RT_ASSERT(information != RT_NULL); in rt_object_delete()
[all …]
A Dmem.c552 struct rt_object_information *information; in memcheck() local
560 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() local
613 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);
A Dmemheap.c785 struct rt_object_information *information; in _memheap_alloc() local
788 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()
A DKconfig375 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