Searched refs:kAllocEntries (Results 1 – 1 of 1) sorted by relevance
98 constexpr size_t kAllocEntries = 512; in TEST() local99 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()