+
+ - FOCUS
- {focusLevel.toUpperCase()}
+ - BASE
- {arena?.base ?? "—"}
+ - ALLOCP
- {arena?.cursor ?? "—"}
+ - USED / FREE
- {offset == null ? "—" : `${offset} / ${size - offset} B`}
+
+
+
+ allocbuf[0]
+ {offset == null ? "allocp jeszcze nieustawiony" : `offset ${offset}`}
+ allocbuf[{size - 1}]
+
+
+ {Array.from({ length: cellCount }, (_, index) => (
+
+ ))}
+ {offset != null && (
+
+ )}
+
+
+
+ {facts.length ? facts.map(fact => (
+
{fact.name}{fact.value}
+ )) :
Brak snapshotu.
}
+
+
+