| Index: src/zone.h
|
| diff --git a/src/zone.h b/src/zone.h
|
| index dde722f67581453310df9a0790970ee02826acc6..e299f158a8f03d341a04f8854be87ea07f1edef4 100644
|
| --- a/src/zone.h
|
| +++ b/src/zone.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright 2006-2008 the V8 project authors. All rights reserved.
|
| +// Copyright 2011 the V8 project authors. All rights reserved.
|
| // Redistribution and use in source and binary forms, with or without
|
| // modification, are permitted provided that the following conditions are
|
| // met:
|
| @@ -71,6 +71,8 @@ class Zone {
|
|
|
| static inline void adjust_segment_bytes_allocated(int delta);
|
|
|
| + static unsigned allocation_size_;
|
| +
|
| private:
|
|
|
| // All pointers returned from New() have this alignment.
|
|
|