Home
last modified time | relevance | path

Searched refs:heap_buf_ (Results 1 – 2 of 2) sorted by relevance

/external/perfetto/src/protozero/
Dpacked_repeated_fields.cc33 heap_buf_ = std::move(new_buf); in GrowSlowpath()
34 storage_begin_ = heap_buf_.get(); in GrowSlowpath()
40 heap_buf_.reset(); in Reset()
/external/perfetto/include/perfetto/protozero/
Dpacked_repeated_fields.h85 std::unique_ptr<uint8_t[]> heap_buf_; variable