projects
/
redis.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
added redis.sha1hex(string) as lua scripting function.
[redis.git]
/
deps
/
jemalloc
/
src
/
ctl.c
diff --git
a/deps/jemalloc/src/ctl.c
b/deps/jemalloc/src/ctl.c
index 40fdbacbcdee4733a0ec3b23e8a21a8ea581179d..e5336d36949f5ffd69b0f8c0f6ab6543a35033ef 100644
(file)
--- a/
deps/jemalloc/src/ctl.c
+++ b/
deps/jemalloc/src/ctl.c
@@
-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;