Home
last modified time | relevance | path

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

/external/perfetto/src/tracing/internal/
Din_process_tracing_backend.cc39 class InProcessShm : public SharedMemory { class
41 explicit InProcessShm(size_t size);
42 ~InProcessShm() override;
57 InProcessShm::~InProcessShm() = default;
59 InProcessShm::InProcessShm(size_t size) in InProcessShm() function in perfetto::internal::__anonff65eae50111::InProcessShm
62 void* InProcessShm::start() const { in start()
66 size_t InProcessShm::size() const { in size()
70 int InProcessShm::fd() const { in fd()
77 return std::unique_ptr<SharedMemory>(new InProcessShm(size)); in CreateSharedMemory()