Tasks
Implement API for ZLIST
ZLIST API could be used through wrapper or similar data structure. I guess we shouldn't simulate original API. Main goal of this is get easier access to Glacier's members without any __asm blocks in logic code.
Implement API for ZSysMem allocator
Tasks
Implement API for ZLIST
ZLISTFactory<T>::create(size_t count))ZLIST API could be used through wrapper or similar data structure. I guess we shouldn't simulate original API. Main goal of this is get easier access to Glacier's members without any
__asmblocks in logic code.Implement API for ZSysMem allocator
ZSysMem::allocate<T>()ZSysMem::deallocate(void* pMem)orZSysMem::deallocate<T>(T* ptr)