MCPcopy Create free account
hub / github.com/apache/arrow / TEST_F

Function TEST_F

cpp/src/arrow/memory_pool_test.cc:312–316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

310TEST_F(TestCappedMemoryPool, MemoryTracking) { this->TestMemoryTracking(); }
311
312TEST_F(TestCappedMemoryPool, OOM) {
313 // CappedMemoryPool rejects the huge allocation without hitting the underlying
314 // allocator, so this should work even under Address Sanitizer.
315 this->TestOOM();
316}
317
318TEST_F(TestCappedMemoryPool, Reallocate) { this->TestReallocate(); }
319

Callers

nothing calls this directly

Calls 9

TestOOMMethod · 0.80
TestReallocateMethod · 0.80
TestAlignmentMethod · 0.80
AllocateMethod · 0.45
bytes_allocatedMethod · 0.45
total_bytes_allocatedMethod · 0.45
max_memoryMethod · 0.45
FreeMethod · 0.45
ReallocateMethod · 0.45

Tested by

no test coverage detected