Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ zmalloc_set_oom_handler
Function
zmalloc_set_oom_handler
src/zmalloc.cpp:346–348 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
344
}
345
346
void zmalloc_set_oom_handler(void (*oom_handler)(size_t)) {
347
zmalloc_oom_handler = oom_handler;
348
}
349
350
/* Get the RSS information in an OS-specific way.
351
*
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected