projects
/
platform
/
upstream
/
coreclr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea6f3f7
)
Fixed type: more_spacee_lock > more_space_lock
author
George Sapkin
<george.sapkin@gmail.com>
Wed, 4 Feb 2015 14:42:03 +0000
(15:42 +0100)
committer
George Sapkin
<george.sapkin@gmail.com>
Wed, 4 Feb 2015 14:42:03 +0000
(15:42 +0100)
src/gc/gcpriv.h
patch
|
blob
|
history
diff --git
a/src/gc/gcpriv.h
b/src/gc/gcpriv.h
index
3af9136
..
ce8b94d
100644
(file)
--- a/
src/gc/gcpriv.h
+++ b/
src/gc/gcpriv.h
@@
-3217,7
+3217,7
@@
protected:
// The more_space_lock and gc_lock is used for 3 purposes:
//
- // 1) to coordinate threads that exceed their quantum (UP & MP) (more_space
e
_lock)
+ // 1) to coordinate threads that exceed their quantum (UP & MP) (more_space_lock)
// 2) to synchronize allocations of large objects (more_space_lock)
// 3) to synchronize the GC itself (gc_lock)
//