Skip to content
  • komark06's avatar
    f087e771
    Hook calloc for test harness (#172) · f087e771
    komark06 authored
    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.
    f087e771
    Hook calloc for test harness (#172)
    komark06 authored
    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.
Loading