|
@@ -65,7 +65,7 @@ class MemoryBlock { |
|
|
stream_id_(stream_id), |
|
|
stream_id_(stream_id), |
|
|
deleted_block_(false), |
|
|
deleted_block_(false), |
|
|
reuse_mem_(reuse_mem), |
|
|
reuse_mem_(reuse_mem), |
|
|
same_stream_(true) |
|
|
|
|
|
|
|
|
same_stream_(true), |
|
|
input_index_(0), |
|
|
input_index_(0), |
|
|
continuous_block_(false), |
|
|
continuous_block_(false), |
|
|
first_continuous_block_(false), |
|
|
first_continuous_block_(false), |
|
|