Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dzmalloc.h86 void zmalloc_set_oom_handler(void (*oom_handler)(size_t));
H A Dzmalloc.c222 void zmalloc_set_oom_handler(void (*oom_handler)(size_t)) { in zmalloc_set_oom_handler() function
H A Dserver.c4104 zmalloc_set_oom_handler(redisOutOfMemoryHandler); in main()