mirror of
https://github.com/fluencelabs/redis
synced 2025-06-13 17:21:20 +00:00
Jemalloc updated to version 3.2.0.
This commit is contained in:
2
deps/jemalloc/src/mutex.c
vendored
2
deps/jemalloc/src/mutex.c
vendored
@ -64,7 +64,7 @@ pthread_create(pthread_t *__restrict thread,
|
||||
/******************************************************************************/
|
||||
|
||||
#ifdef JEMALLOC_MUTEX_INIT_CB
|
||||
int _pthread_mutex_init_calloc_cb(pthread_mutex_t *mutex,
|
||||
JEMALLOC_EXPORT int _pthread_mutex_init_calloc_cb(pthread_mutex_t *mutex,
|
||||
void *(calloc_cb)(size_t, size_t));
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user