You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 12, 2021. It is now read-only.
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
Implement ZSysMem::allocate<T>()
Implement ZSysMem::deallocate(void* pMem) or ZSysMem::deallocate<T>(T* ptr)