aboutsummaryrefslogtreecommitdiffstats
path: root/tests/liballoc_tests.c
diff options
context:
space:
mode:
authorDouglas B. Rumbaugh <doug@douglasrumbaugh.com>2025-11-02 15:39:43 -0500
committerDouglas B. Rumbaugh <doug@douglasrumbaugh.com>2025-11-02 15:39:43 -0500
commit04b57a756402e156953edfa2079d69b41db26e51 (patch)
tree8bbfc5301c960a72b67918f37456460e23e496ba /tests/liballoc_tests.c
parent24d5cd8e806477b0fd2ddb5a232e672707f0da34 (diff)
downloadliballoc-04b57a756402e156953edfa2079d69b41db26e51.tar.gz
Updated free list interface
I realized my existing interface wouldn't work if the coalescing or adding of a new node replaced the head of the list, as there was no way to communicate that back to the caller. As a result, I've updated those interfaces to accept a pointer to the free list head pointer. This will let them change the free list head in alloc.c if necessary.
Diffstat (limited to 'tests/liballoc_tests.c')
0 files changed, 0 insertions, 0 deletions