Commit 1ad821cc authored by Albert Mingkun Yang's avatar Albert Mingkun Yang Committed by Commit Bot

[heap] Fix comment for Page in spaces.h

Change-Id: Ib95ab0c5669fe344ff199cc6cad811e175bc8bb3
Reviewed-on: https://chromium-review.googlesource.com/565410Reviewed-by: 's avatarUlan Degenbaev <ulan@chromium.org>
Commit-Queue: Albert Mingkun Yang <albertnetymk@google.com>
Cr-Commit-Position: refs/heads/master@{#46520}
parent 2241b247
...@@ -736,7 +736,7 @@ inline intptr_t MarkingState::live_bytes<AccessMode::ATOMIC>() const { ...@@ -736,7 +736,7 @@ inline intptr_t MarkingState::live_bytes<AccessMode::ATOMIC>() const {
} }
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// A page is a memory chunk of a size 1MB. Large object pages may be larger. // A page is a memory chunk of a size 512K. Large object pages may be larger.
// //
// The only way to get a page pointer is by calling factory methods: // The only way to get a page pointer is by calling factory methods:
// Page* p = Page::FromAddress(addr); or // Page* p = Page::FromAddress(addr); or
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment