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

Method deallocate

cpp/src/arrow/stl_allocator.h:71–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69 }
70
71 void deallocate(pointer p, size_type n) {
72 pool_->Free(reinterpret_cast<uint8_t*>(p), n * sizeof(T));
73 }
74
75 size_type size_max() const noexcept { return size_type(-1) / sizeof(T); }
76

Callers 3

ReallocateMethod · 0.80
FreeMethod · 0.80
TESTFunction · 0.80

Calls 1

FreeMethod · 0.45

Tested by 1

TESTFunction · 0.64