I am trying to implement an allocator in c using the following code and first fit algorithm :
typedef char Allign[16]; typedef union header{ struct{