]> Kevux Git Server - fll/commit
Update: Ensure terminating NULLs, remove unnecessary arguments array, and cleanups.
authorKevin Day <thekevinday@gmail.com>
Sun, 19 Dec 2021 04:25:41 +0000 (22:25 -0600)
committerKevin Day <thekevinday@gmail.com>
Sun, 19 Dec 2021 04:35:29 +0000 (22:35 -0600)
commit1cb7e7042dfe15132e23aea0eff164233b6bb74e
tree1f259e8a3bab3de0bd7b6d4ccadc3d3f7ae5ba0f
parentac25ff9ebaf4dcac41edc8847f212f75139a9aa3
Update: Ensure terminating NULLs, remove unnecessary arguments array, and cleanups.

Add additional terminate after calls.

The arguments array doesn't need to be an array of arguments.
Refactor it into a single value.

Change the data_make to be a pointer constant and relocate it in the function parameters order.

Deallocate the arguments when a child process is returning.

Allocation functions should use fake_default_allocation_small_d rather than F_memory_default_allocation_small_d.
level_3/fake/c/fake.h
level_3/fake/c/private-make-load_parameters.c
level_3/fake/c/private-make-operate.c
level_3/fake/c/private-make-operate.h