Home
last modified time | relevance | path

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

/external/perfetto/test/cts/
Dheapprofd_test_cts.cc35 constexpr uint64_t kExpectedIndividualAllocSz = 4153; variable
38 static_assert(kExpectedIndividualAllocSz > kTestSamplingInterval,
205 sample.self_allocated() % kExpectedIndividualAllocSz == 0) { in AssertExpectedAllocationsPresent()
209 sample.self_freed() % kExpectedIndividualAllocSz == 0) in AssertExpectedAllocationsPresent()