Files
Odin/tests/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-06-12 13:30:00 +02:00
2024-08-08 21:15:59 +02:00
2024-09-10 14:52:20 -04:00
2024-08-28 19:53:20 +02:00
2025-04-07 16:27:41 -04:00
2025-03-21 19:14:15 -04:00
2024-06-29 18:51:28 +01:00
2025-02-12 19:13:16 +01:00
2025-02-27 18:54:38 -05:00
2025-02-12 19:24:27 +01:00
2025-04-07 14:58:41 +02:00
2024-06-02 14:47:09 -04:00
2024-11-20 15:33:20 -08:00
2024-06-08 16:43:45 -04:00