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

Method deallocate

cpp/src/arrow/stl_allocator.h:81–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 }
80
81 void deallocate(pointer p, size_type n) {
82 pool_->Free(reinterpret_cast<uint8_t*>(p), n * sizeof(T));
83 }
84
85 size_type size_max() const noexcept { return size_type(-1) / sizeof(T); }
86

Callers 3

ReallocateMethod · 0.80
FreeMethod · 0.80
TESTFunction · 0.80

Calls 1

FreeMethod · 0.45

Tested by 1

TESTFunction · 0.64