Home
last modified time | relevance | path

Searched refs:zmalloc_set_oom_handler (Results 1 – 3 of 3) sorted by relevance

/redis-3.2.3/src/
H A Dzmalloc.h75 void zmalloc_set_oom_handler(void (*oom_handler)(size_t));
H A Dzmalloc.c244 void zmalloc_set_oom_handler(void (*oom_handler)(size_t)) { in zmalloc_set_oom_handler() function
H A Dserver.c3968 zmalloc_set_oom_handler(redisOutOfMemoryHandler); in main()