MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / mi_get_new_handler

Function mi_get_new_handler

3rd/mimalloc-2.0.9/src/alloc.c:904–906  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

902 return NULL;
903}
904static std_new_handler_t mi_get_new_handler(void) {
905 return _ZSt15get_new_handlerv();
906}
907#else
908// note: on windows we could dynamically link to `?get_new_handler@std@@YAP6AXXZXZ`.
909static std_new_handler_t mi_get_new_handler() {

Callers 1

mi_try_new_handlerFunction · 0.85

Calls 1

_ZSt15get_new_handlervFunction · 0.85

Tested by

no test coverage detected