| Index: src/spaces.h
|
| diff --git a/src/spaces.h b/src/spaces.h
|
| index aa864b66ba591f2ff4046834be81ddf68aa9c699..a8edc16bdb3c5de37c12a7ce1aa4a09e1db3f528 100644
|
| --- a/src/spaces.h
|
| +++ b/src/spaces.h
|
| @@ -1698,7 +1698,9 @@ class PagedSpace : public Space {
|
|
|
| // Allocate the requested number of bytes in the space if possible, return a
|
| // failure object if not.
|
| + inline HeapObject* AllocateRawHelper(int size_in_bytes);
|
| MUST_USE_RESULT inline MaybeObject* AllocateRaw(int size_in_bytes);
|
| + MUST_USE_RESULT inline MaybeObject* AllocateRawSilently(int size_in_bytes);
|
|
|
| virtual bool ReserveSpace(int bytes);
|
|
|
|
|