Home
last modified time | relevance | path

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

/system/extras/memory_replay/tests/
DThreadsTest.cpp98 constexpr size_t kAllocEntries = 512; in TEST() local
99 std::vector<AllocEntry> mallocs(kAllocEntries); in TEST()
100 std::vector<AllocEntry> frees(kAllocEntries); in TEST()
101 for (size_t i = 0; i < kAllocEntries; i++) { in TEST()