MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / __hash_memory

Function __hash_memory

system/lib/libcxx/src/functional.cpp:17–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15const char* bad_function_call::what() const noexcept { return "std::bad_function_call"; }
16
17size_t __hash_memory(_LIBCPP_NOESCAPE const void* ptr, size_t size) noexcept {
18 return __murmur2_or_cityhash<size_t>()(ptr, size);
19}
20
21_LIBCPP_END_NAMESPACE_STD

Callers 5

hash<_Tp*>Class · 0.85
__do_string_hashFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected