summaryrefslogtreecommitdiff
path: root/src/env.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/env.h')
-rw-r--r--src/env.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/env.h b/src/env.h
index 743bf057e8..bb0868e1d8 100644
--- a/src/env.h
+++ b/src/env.h
@@ -462,6 +462,9 @@ class Environment {
inline uint32_t* heap_statistics_buffer() const;
inline void set_heap_statistics_buffer(uint32_t* pointer);
+ inline uint32_t* heap_space_statistics_buffer() const;
+ inline void set_heap_space_statistics_buffer(uint32_t* pointer);
+
inline char* http_parser_buffer() const;
inline void set_http_parser_buffer(char* buffer);
@@ -562,6 +565,7 @@ class Environment {
int handle_cleanup_waiting_;
uint32_t* heap_statistics_buffer_ = nullptr;
+ uint32_t* heap_space_statistics_buffer_ = nullptr;
char* http_parser_buffer_;