Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Functions for external memory management of scratch and stream objects #109

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Sep 25, 2018

  1. Added interface functions for allowing external allocation/freeing of…

    … streams and scratch areas. Also fixed potential bug where the alignment to 64 bytes cache line might shorten a scratch area too much. Added unit tests for the new external memory interfaces.
    dnevil committed Sep 25, 2018
    Configuration menu
    Copy the full SHA
    d9f5c0d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'memory'

    dnevil committed Sep 25, 2018
    Configuration menu
    Copy the full SHA
    b670ce2 View commit details
    Browse the repository at this point in the history