Minor refactoring: new malloc'd entries to head of list #2

Merged
stephenseo merged 2 commits from dev into main 2024-11-14 01:27:49 +00:00

2 commits

Author SHA1 Message Date
5417870cb5 Update Changelog.md 2024-11-13 15:47:52 +09:00
df0d861bfc Add malloc'd info to head of list, not tail
Malloc'd memory tends to be deallocated in reverse order of allocation,
so it would make more sense to push new entries to the head, since
removals traverse the list from the head-to-tail.
2024-11-13 14:31:45 +09:00