Implementation of malloc and calloc in c

后端 未结 0 1942
盖世英雄少女心
盖世英雄少女心 2020-11-27 23:52

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{
             


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题