commit | c33a32bccc4c66ed82ce3a580b16636399385cb4 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Oct 11 18:18:07 2011 -0700 |
committer | Elliott Hughes <enh@google.com> | Tue Oct 11 18:18:07 2011 -0700 |
tree | ef101d11157784c0724998d39e988a275ed4f69c | |
parent | a465c2034094eeb827ff9204951703dc5f269d60 [diff] [blame] |
Sweep the monitor list. Change-Id: I343261206f8bbabd245b404dd95d532255e5d870
diff --git a/src/heap.h b/src/heap.h index c25803f..aa9db6e 100644 --- a/src/heap.h +++ b/src/heap.h
@@ -40,6 +40,7 @@ static const size_t kMaximumSize = 16 * MB; typedef void (RootVisitor)(const Object* root, void* arg); + typedef bool (IsMarkedTester)(const Object* object, void* arg); // Create a heap with the requested sizes. The possible empty // image_file_names names specify Spaces to load based on