Fix memory leaks. Add debug message when microarch is unknown

This commit is contained in:
Dr-Noob
2020-09-01 11:32:08 +02:00
parent de8952b4ea
commit 5cca6df218
7 changed files with 27 additions and 14 deletions

View File

@@ -12,5 +12,6 @@ bool vpus_are_AVX512(struct cpuInfo* cpu);
int get_number_of_vpus(struct cpuInfo* cpu);
char* get_str_uarch(struct cpuInfo* cpu);
char* get_str_process(struct cpuInfo* cpu);
void free_uarch_struct(struct uarch* arch);
#endif