summaryrefslogtreecommitdiffstats
path: root/llgo/third_party/gofrontend/libgo/runtime/malloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'llgo/third_party/gofrontend/libgo/runtime/malloc.h')
-rw-r--r--llgo/third_party/gofrontend/libgo/runtime/malloc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/llgo/third_party/gofrontend/libgo/runtime/malloc.h b/llgo/third_party/gofrontend/libgo/runtime/malloc.h
index b2a6e19e67c..d0d1cb2a2c5 100644
--- a/llgo/third_party/gofrontend/libgo/runtime/malloc.h
+++ b/llgo/third_party/gofrontend/libgo/runtime/malloc.h
@@ -263,7 +263,9 @@ struct MStats
uint64 last_gc; // last GC (in absolute time)
uint64 pause_total_ns;
uint64 pause_ns[256];
+ uint64 pause_end[256];
uint32 numgc;
+ float64 gc_cpu_fraction;
bool enablegc;
bool debuggc;
OpenPOWER on IntegriCloud