|  | TIOVX User Guide
    | 
Implementation of resource log API. More...
Go to the source code of this file.
| Functions | |
| void | ownLogResourceInit (void) | 
| Initialize max value structs. | |
| void | ownLogResourceDeInit (void) | 
| De-Initialize max value structs. | |
| void | ownLogResourceAlloc (const char *resource_name, uint16_t num_allocs) | 
| Allocate new resource. | |
| void | ownLogResourceFree (const char *resource_name, uint16_t num_frees) | 
| Free resource. | |
| void | ownLogSetResourceUsedValue (const char *resource_name, uint16_t value) | 
| Set max value of resource. | |
Implementation of resource log API.
Definition in file tivx_log_resource.h.