mirror of
https://github.com/fluencelabs/redis
synced 2025-06-15 10:11:21 +00:00
zmalloc.c: remove thread safe mode, it's the default way.
This commit is contained in:
@ -78,7 +78,6 @@ void *zrealloc(void *ptr, size_t size);
|
||||
void zfree(void *ptr);
|
||||
char *zstrdup(const char *s);
|
||||
size_t zmalloc_used_memory(void);
|
||||
void zmalloc_enable_thread_safeness(void);
|
||||
void zmalloc_set_oom_handler(void (*oom_handler)(size_t));
|
||||
float zmalloc_get_fragmentation_ratio(size_t rss);
|
||||
size_t zmalloc_get_rss(void);
|
||||
|
Reference in New Issue
Block a user