66 #ifndef TIVX_LOG_RESOURCE_H_ 67 #define TIVX_LOG_RESOURCE_H_ 74 #define TIVX_RESOURCE_LOG_ENABLE void ownLogSetResourceUsedValue(const char *resource_name, uint16_t value)
Set max value of resource.
void ownLogResourceDeInit(void)
De-Initialize max value structs.
void ownLogResourceInit(void)
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.