類別:AllocationLink
記憶體配置連結串列
| 類型 | 使用 | 成員 | 說明 |
| 建構子 | public | ||
| 建構子 | public | ||
| 建構子 | public | ||
| 解構子 | public | ||
| 資料 | public | ||
| 資料 | public |
C/C++定義
class AllocationLink
{
public:
AllocationLink * next ;
void * buffer ;
explicit AllocationLink (void) ;
AllocationLink (AllocationLink * next,void * buffer) ;
AllocationLink (const AllocationLink & link) ;
virtual ~AllocationLink (void) ;
};