diff options
| author | Douglas B. Rumbaugh <doug@douglasrumbaugh.com> | 2025-11-02 15:39:43 -0500 |
|---|---|---|
| committer | Douglas B. Rumbaugh <doug@douglasrumbaugh.com> | 2025-11-02 15:39:43 -0500 |
| commit | 04b57a756402e156953edfa2079d69b41db26e51 (patch) | |
| tree | 8bbfc5301c960a72b67918f37456460e23e496ba /include/constants.h | |
| parent | 24d5cd8e806477b0fd2ddb5a232e672707f0da34 (diff) | |
| download | liballoc-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 'include/constants.h')
0 files changed, 0 insertions, 0 deletions