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

Method Free

cpp/src/arrow/memory_pool.cc:734–737  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

732}
733
734void LoggingMemoryPool::Free(uint8_t* buffer, int64_t size, int64_t alignment) {
735 pool_->Free(buffer, size, alignment);
736 std::cout << "Free: size = " << size << ", alignment = " << alignment << std::endl;
737}
738
739void LoggingMemoryPool::ReleaseUnused() { pool_->ReleaseUnused(); }
740

Callers 14

FreeMethod · 0.45
~PoolBufferMethod · 0.45
TestMemoryTrackingMethod · 0.45
TestReallocateMethod · 0.45
TestAlignmentMethod · 0.45
TouchAreaFunction · 0.45
AllocateDeallocateFunction · 0.45
AllocateTouchDeallocateFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TEST_FFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 8

TestMemoryTrackingMethod · 0.36
TestReallocateMethod · 0.36
TestAlignmentMethod · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36
DeepFreeMethod · 0.36