From 15b1c30b7b3aae6bd98254c094eff55ea126d639 Mon Sep 17 00:00:00 2001 From: Congcong Cai Date: Mon, 4 Nov 2024 07:14:23 +0800 Subject: [PATCH] chore: fix `tlsfvis.html` label issue (#2881) --- lib/rtrace/tlsfvis.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/lib/rtrace/tlsfvis.html b/lib/rtrace/tlsfvis.html index ab3f6548a6..16c022b270 100644 --- a/lib/rtrace/tlsfvis.html +++ b/lib/rtrace/tlsfvis.html @@ -169,8 +169,8 @@

TLSF visualizer

-

- Notes: +

+

Notes:

-

+

Implementation constants: ? bits alignment, ? bits first level, ? bits second level, ? B overhead

First level bitmap

@@ -229,7 +229,6 @@

Allocator

-

Segments

Allocations performed above are tracked here so you can free them again. Note that TLSF alone does not keep track of used blocks (unless free'd and put in a free list again). It is expected that adjacent free blocks become merged automatically.