aboutsummaryrefslogtreecommitdiff
path: root/core/mem/tlsf
diff options
context:
space:
mode:
authorJeroen van Rijn <Kelimion@users.noreply.github.com>2025-04-14 20:09:55 +0200
committerJeroen van Rijn <Kelimion@users.noreply.github.com>2025-04-14 20:09:55 +0200
commit3d13beb3eca4e8f17e751962074a25cdaeb846d1 (patch)
treed3ca31f9b6b0b27519e44166ab4b28be388fa134 /core/mem/tlsf
parent11af4cebb7f4021a316c650ab76592479e948c77 (diff)
Remove now-implemented TODO
Diffstat (limited to 'core/mem/tlsf')
-rw-r--r--core/mem/tlsf/tlsf.odin2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/mem/tlsf/tlsf.odin b/core/mem/tlsf/tlsf.odin
index 4bfcc22d2..4ce6e54d9 100644
--- a/core/mem/tlsf/tlsf.odin
+++ b/core/mem/tlsf/tlsf.odin
@@ -113,8 +113,6 @@ init_from_allocator :: proc(control: ^Allocator, backing: runtime.Allocator, ini
control.new_pool_size = uint(new_pool_size)
- // TODO(Jeroen): Add automatically growing the pools from the backing allocator
-
return free_all(control)
}
init :: proc{init_from_buffer, init_from_allocator}