We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 48b2b4f + 647acf1 commit 7d568fdCopy full SHA for 7d568fd
test/poolFixtures.hpp
@@ -139,7 +139,6 @@ void pow2AlignedAllocHelper(umf_memory_pool_handle_t pool) {
139
static constexpr size_t maxAlignment = (1u << 22);
140
static constexpr size_t numAllocs = 4;
141
for (size_t alignment = 1; alignment <= maxAlignment; alignment <<= 1) {
142
- std::cout << alignment << std::endl;
143
std::vector<void *> allocs;
144
145
for (size_t alloc = 0; alloc < numAllocs; alloc++) {
0 commit comments