Home
last modified time | relevance | path

Searched refs:rt_object_get_information (Results 1 – 3 of 3) sorted by relevance

/src/
A Dobject.c252 rt_object_get_information(enum rt_object_class_type type) in rt_object_get_information() function
263 RTM_EXPORT(rt_object_get_information);
280 information = rt_object_get_information((enum rt_object_class_type)type); in rt_object_get_length()
318 information = rt_object_get_information(type); in rt_object_get_pointers()
372 information = rt_object_get_information(type); in rt_object_init()
452 information = rt_object_get_information((enum rt_object_class_type)object->type); in rt_object_detach()
492 information = rt_object_get_information(type); in rt_object_allocate()
571 information = rt_object_get_information((enum rt_object_class_type)object->type); in rt_object_delete()
646 information = rt_object_get_information((enum rt_object_class_type)type); in rt_object_for_each()
726 if (name == RT_NULL || rt_object_get_information(type) == RT_NULL) in rt_object_find()
A Dmemheap.c788 information = rt_object_get_information(RT_Object_Class_MemHeap); in _memheap_alloc()
877 info = rt_object_get_information(RT_Object_Class_MemHeap); in memheapcheck()
938 info = rt_object_get_information(RT_Object_Class_MemHeap); in memheaptrace()
A Dmem.c560 information = rt_object_get_information(RT_Object_Class_Memory); in memcheck()
613 information = rt_object_get_information(RT_Object_Class_Memory); in memtrace()

Completed in 6 milliseconds