Skip to content

Commit ca3585b

Browse files
committed
Fixing TLSF allocator
1 parent 56fd3a4 commit ca3585b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -804,6 +804,11 @@ Hence we set `-DLV_MEM_SIZE=1000000` in the Zig Compiler.
804804

805805
TODO: Why did [`block_next`](https://github.com/lvgl/lvgl/blob/v8.3.3/src/misc/lv_tlsf.c#L453-L460) fail? (`lv_tlsf.c` line #458)
806806

807+
[Two-Level Segregate Fit (TLSF) Allocator](http://www.gii.upv.es/tlsf/)
808+
809+
[`block_next`](https://github.com/lvgl/lvgl/blob/v8.3.3/src/misc/lv_tlsf.c#L453-L460) calls [`offset_to_block`](https://github.com/lvgl/lvgl/blob/v8.3.3/src/misc/lv_tlsf.c#L440-L444), which calls...
810+
- [`tlsf_cast`](https://github.com/lvgl/lvgl/blob/v8.3.3/src/misc/lv_tlsf.c#L274)
811+
807812
# TODO
808813

809814
TODO: Why no screen found in [lv_obj_get_disp](https://github.com/lvgl/lvgl/blob/v8.3.3/src/core/lv_obj_tree.c#L270-L289)?

0 commit comments

Comments
 (0)