Home
last modified time | relevance | path

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

/redis-3.2.3/src/
H A Dzmalloc.h80 size_t zmalloc_get_memory_size(void);
H A Dzmalloc.c381 size_t zmalloc_get_memory_size(void) { in zmalloc_get_memory_size() function
H A Dserver.c1876 server.system_memory_size = zmalloc_get_memory_size(); in initServer()