I never got to implement malloc on my own in college (even though they really should’ve had that in curriculum), so this was me doing it myself.
Basic allocator that will resize memory blocks when necessary.
This is specific to windows.