Credits Implement the Credits class, which should support the following operations: granting credits, subtracting credits, and getting the balance for a…
Given N free bytes in the memory, implement the following two functions. malloc(k) : allocates a block of k bytes of memory and returns a pointer to the…