Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Unity-Technologies/bdwgc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2017-06-16 18:16:07 +0300
committerIvan Maidanski <ivmai@mail.ru>2017-06-16 18:17:32 +0300
commit456d12542f1300113a85e4f2d2c42561b58d7b23 (patch)
tree09df193a872674735b720f28a3a0805da1c5ff6d /doc
parente30b9bb39c15f90df77a69e37719231d1f7515e8 (diff)
Fix ALL_INTERIOR_POINTERS name in comments and documentation
* doc/gcdescr.html (Mark phase): Replace ALL_INTERIOR_PTRS with ALL_INTERIOR_POINTERS. * doc/tree.html: Likewise. * include/private/gc_hdrs.h (HC_GET_HDR): Replace GC_all_interior_ptrs with GC_all_interior_pointers in comment.
Diffstat (limited to 'doc')
-rw-r--r--doc/gcdescr.html2
-rw-r--r--doc/tree.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/gcdescr.html b/doc/gcdescr.html
index 7de3c985..f3d0a9f0 100644
--- a/doc/gcdescr.html
+++ b/doc/gcdescr.html
@@ -230,7 +230,7 @@ At the beginning of the mark phase, all root segments
(as described above) are pushed on the
stack by <TT>GC_push_roots</tt>. (Registers and eagerly processed
stack sections are processed by pushing the referenced objects instead
-of the stack section itself.) If <TT>ALL_INTERIOR_PTRS</tt> is not
+of the stack section itself.) If <TT>ALL_INTERIOR_POINTERS</tt> is not
defined, then stack roots require special treatment. In this case, the
normal marking code ignores interior pointers, but <TT>GC_push_all_stack</tt>
explicitly checks for interior pointers and pushes descriptors for target
diff --git a/doc/tree.html b/doc/tree.html
index f1c6e269..2bfd5834 100644
--- a/doc/tree.html
+++ b/doc/tree.html
@@ -185,7 +185,7 @@ freed; free lists are used (e.g. alloc_hdr). HBLK's below are collected.
HBLKSIZE | |--------------- | (words)
(bytes) | | v MAX_OFFSET
| + - - - - - - - - - - -+ --- (bytes)
- | | | !All_INTERIOR_PTRS ^ |
+ | | | !ALL_INTERIOR_POINTERS ^ |
| | | sets j only for hb_sz |
| | Object N | valid object offsets. | |
v | | All objects WORDSZ v v