MCPcopy Create free account
hub / github.com/Tessil/ordered-map / deallocate

Method deallocate

tests/custom_allocator_tests.cpp:80–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78 }
79
80 void deallocate(T* p, size_type /*n*/) { std::free(p); }
81
82 size_type max_size() const noexcept {
83 return std::numeric_limits<size_type>::max() / sizeof(value_type);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected