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

Conversation

Jaewoook
Copy link
Owner

Changes

  • 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
  • update README.md

- 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 Jaewoook added documentation Improvements or additions to documentation enhancement New feature or request labels Jan 20, 2024
@Jaewoook Jaewoook self-assigned this Jan 20, 2024
@Jaewoook Jaewoook merged commit b592593 into main Jan 20, 2024
4 checks passed
@Jaewoook Jaewoook deleted the feature/memory-utils branch January 20, 2024 11:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant