I have a block allocation function that takes in an array and then searches through it to find values 0 which indicates the free space, and then allocates block
0