cleanup: update stale comments

This commit is contained in:
2026-08-15 21:18:03 +02:00
parent 788b662d44
commit cc90b34fdb
5 changed files with 10 additions and 9 deletions
+1 -1
View File
@@ -701,7 +701,7 @@ namespace montauk::abi {
uint8_t state; // 0=Free, 1=Ready, 2=Running, 3=Blocked, 4=Terminated
uint8_t _pad[3];
char name[64];
uint64_t heapUsed; // heapNext - UserHeapBase (bytes)
uint64_t heapUsed; // Distance from UserHeapBase to high-water mark
uint64_t cpuTimeMs; // accumulated scheduler runtime
};