独自のメモリ マネージャー クラスを作成するという割り当てが与えられましたが、どこから始めればよいかまったくわかりません。私の指示は次のとおりです。
//1> write a memman allocation function
//2> insure the alloce functions returns unused addresses
//3> once all memman memmory is used up, subsequent alloces return NULL
//4> enable freeing of memory and subsequent reuse of those free'd regions
メモリ割り当てに関するガイドを探してみましたが、あまり成功していません。