MCPcopy Create free account
hub / github.com/Dobiasd/FunctionalPlus / deallocate

Method deallocate

test/transform_test.cpp:221–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219 throw std::bad_alloc();
220 }
221 void deallocate(T* ptr, std::size_t)
222 {
223 std::free(ptr);
224 }
225};
226
227template <typename T, typename U>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected