Files
Odin/core
Jeroen van Rijn beee27dec0 Allow core:mem/tlsf to automatically add new pools.
New features:
- If TLSF can't service an allocation made on it, and it's initialized with `new_pool_size` > 0, it will ask the backing allocator for additional memory.

- `estimate_pool_size` can tell you what size your initial (and `new_pool_size`) ought to be if you want to make `count` allocations of `size` and `alignment`, or in its other form, how much backing memory is needed for `count` allocations of `type` and its corresponding size and alignment.
2025-04-14 19:49:55 +02:00
..
2024-09-09 18:49:13 +02:00
2024-12-01 11:54:53 +11:00
2025-04-07 13:19:00 +02:00
2025-02-04 21:27:44 +01:00
2025-04-13 21:51:57 +02:00
2025-01-18 22:23:44 +01:00
2025-04-13 21:51:57 +02:00
2024-02-08 15:15:16 +00:00
2025-04-13 12:05:39 -04:00
2025-01-10 07:07:40 +01:00
2025-04-07 21:33:57 +02:00