MCPcopy Create free account
hub / github.com/fmtlib/fmt / deallocate

Method deallocate

include/fmt/format.h:737–737  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

735 }
736
737 void deallocate(T* p, size_t) { free(p); }
738
739 constexpr friend auto operator==(allocator, allocator) noexcept -> bool {
740 return true; // All instances of this allocator are equivalent.

Callers 2

deallocateMethod · 0.45
growMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected