Christian Walther 5bdb8c45dd Allow allocate_memory() to reuse holes when matching exactly.
This requires recovering the pointer of the allocation, which could be done by adding up neighbor lengths, but the simpler way is to stop NULLing it out in the first place and instead mark an allocation as freed by the client by setting the lowest bit of the length (which is always zero in a valid length).
2020-10-02 23:03:21 +02:00
..
2018-08-07 14:58:57 -07:00
2020-09-28 18:55:56 -05:00
2020-07-06 19:16:25 +01:00
2020-09-28 18:55:56 -05:00
2020-01-28 17:11:25 -05:00