tsrm_resource_type   47 TSRM/TSRM.c    static tsrm_resource_type	*resource_types_table=NULL;
tsrm_resource_type  147 TSRM/TSRM.c    	resource_types_table = (tsrm_resource_type *) calloc(resource_types_table_size, sizeof(tsrm_resource_type));
tsrm_resource_type  229 TSRM/TSRM.c    		resource_types_table = (tsrm_resource_type *) realloc(resource_types_table, sizeof(tsrm_resource_type)*id_count);