diff options
Diffstat (limited to 'src/runtime/runtime.h')
| -rw-r--r-- | src/runtime/runtime.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h index a8d40f84ff..fc4e5ba462 100644 --- a/src/runtime/runtime.h +++ b/src/runtime/runtime.h @@ -76,10 +76,6 @@ enum true = 1, false = 0, }; -enum -{ - SmallFreeClasses = 168, // number of small free lists in malloc -}; /* * structures @@ -158,6 +154,7 @@ struct M int32 siz1; int32 siz2; int32 id; + int32 mallocing; Note havenextg; G* nextg; M* schedlink; |
