For example, chunks can be allocated out of a fixed array with an embedded freelist, along with a provision to rely on malloc as a backup if the array becomes exhausted.
例如,块可以从一个具有内嵌free链表的固定数组中分配,如果该数组快被用完,就依赖malloc作为补充。
For example, chunks can be allocated out of a fixed array with an embedded freelist, along with a provision to rely on malloc as a backup if the array becomes exhausted.
例如,块可以从一个具有内嵌free链表的固定数组中分配,如果该数组快被用完,就依赖malloc作为补充。
应用推荐