alloc
初期化
void attach(T* p, int n) // alloc_attach
void init_local() // alloc_local
void init_heap(int n) // alloc_heapメソッド
alloc_size()
uint16_t alloc_size() _is_attach(), _is_local(), _is_heap()
最終更新