mirror of
https://github.com/fluencelabs/redis
synced 2025-06-21 21:11:33 +00:00
Update to jemalloc 2.2.5
This commit is contained in:
2
deps/jemalloc/src/ctl.c
vendored
2
deps/jemalloc/src/ctl.c
vendored
@ -1151,11 +1151,13 @@ thread_arena_ctl(const size_t *mib, size_t miblen, void *oldp, size_t *oldlenp,
|
||||
|
||||
/* Set new arena association. */
|
||||
ARENA_SET(arena);
|
||||
#ifdef JEMALLOC_TCACHE
|
||||
{
|
||||
tcache_t *tcache = TCACHE_GET();
|
||||
if (tcache != NULL)
|
||||
tcache->arena = arena;
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
ret = 0;
|
||||
|
Reference in New Issue
Block a user