Home
last modified time | relevance | path

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

/external/perfetto/src/tracing/core/
Dshared_memory_abi.cc100 static_assert(alignof(ChunkHeader) == kChunkAlignment, in Initialize()
293 PERFETTO_CHECK(reinterpret_cast<uintptr_t>(begin) % kChunkAlignment == 0); in Chunk()
323 PERFETTO_DCHECK(offset % kChunkAlignment == 0); in GetPageAndChunkIndex()
/external/perfetto/include/perfetto/tracing/core/
Dshared_memory_abi.h254 static constexpr uint32_t kChunkAlignment = 4; variable