Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Sep 12, 2021. It is now read-only.
This repository was archived by the owner on Sep 12, 2021. It is now read-only.

Glacier STD library reverse request #10

@DronCode

Description

@DronCode

Tasks

  • Reverse ZSTDOBJ
  • Reverse ZGEOM
  • Reverse ZLIST
  • Reverse ZREGTAB

Implement API for ZLIST

  • Implement ZLIST factory (like ZLISTFactory<T>::create(size_t count))
  • Implement ZLIST::add
  • Implement ZLIST::remove
  • Implement ZLIST::at
  • Implement ZLIST::next
  • Implement ZLIST::prev
  • Implement ZLIST::size

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    cleanupRewrite / remove / cleanup that things who need it.reverse component

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions