|  | TIOVX User Guide
    | 
Data structure to hold info about object descriptor table. More...
#include <tivx_obj_desc_priv.h>
| Data Fields | |
| tivx_obj_desc_shm_entry_t * | table_base | 
| Object descriptor table base address. | |
| uint32_t | num_entries | 
| Object descriptor table, number of entries. | |
| uint32_t | last_alloc_index | 
| Index of last allocated entry, this can be used to optimize free entry search start index during object descriptor alloc. | |
Data structure to hold info about object descriptor table.
Definition at line 438 of file tivx_obj_desc_priv.h.