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

Add memory util functions #4

Merged
merged 4 commits into from
Jan 20, 2024
Merged

Add memory util functions #4

merged 4 commits into from
Jan 20, 2024

Commits on Jan 20, 2024

  1. feat(memory): add memory utils

    - add fill function to fill memory with single value
    - add getData function to get ranged data from memory
    - add calloc function to allocate memory with zero-fill
    Jaewoook committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    4eccd15 View commit details
    Browse the repository at this point in the history
  2. docs: update README.md

    Jaewoook committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    411db49 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7dd82a0 View commit details
    Browse the repository at this point in the history
  4. docs: update CHANGELOG.md

    Jaewoook committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    ed407aa View commit details
    Browse the repository at this point in the history