Searched refs:buffer_alloc_ (Results 1 – 2 of 2) sorted by relevance
137 buffer_alloc_.reset(new (std::nothrow) in Realloc()139 if (buffer_alloc_ == nullptr) { in Realloc()147 y_buffer = buffer_alloc_.get(); in Realloc()
174 std::unique_ptr<uint8_t[]> buffer_alloc_; variable