#include "benchmark.h" #include "system.h" #include "stdlib.h" #include "stdio.h" #include "stdint.h" #include "../matrix_multiplication/matrix_multiplication.h" #include "../common/common.h" static uint32_t matrix_lock; void benchmark_matrix_malloc (int ** matrix_a, int ** matrix_b, int ** matrix_d, int size) { int i; for (i=0; i