Aryadev Chavali 1dd0f8835c Fixed arena_realloc
So the real purpose of arena_realloc is to figure out if we can get
away with just adjusting the region that the pointer given resides in
so that we don't need to _actually_ allocate any new memory.

The previous implementation did this in the special case where the
pointer given _is_ the entire region.  But we can adjust the region's
size _if_ the pointer given is the last allocation on the region
i.e. it's on the tail end.
2025-04-09 22:49:21 +01:00
2024-10-01 05:21:59 +01:00
2024-10-01 05:21:59 +01:00
2025-04-09 22:49:21 +01:00
2024-10-01 05:21:59 +01:00
Description
No description provided
Unlicense 69 KiB
Languages
C 100%