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

Introduce test_calloc and alloc #172

Merged
merged 1 commit into from
Mar 17, 2024
Merged

Introduce test_calloc and alloc #172

merged 1 commit into from
Mar 17, 2024

Commits on Mar 17, 2024

  1. Introduce test_calloc and alloc

    This commit introduces a generic alloc function to handle both
    test_malloc and test_calloc operations based on the provided
    alloc_func_t. Additionally, it implements the test_calloc function to
    allocate memory and initialize it to zero.
    komark06 committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    6ee87a8 View commit details
    Browse the repository at this point in the history