Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
975eb731
Unverified
Commit
975eb731
authored
Sep 20, 2019
by
Salvatore Sanfilippo
Committed by
GitHub
Sep 20, 2019
Browse files
Merge pull request #6400 from mors741/unstable
Fix compilation error
parents
0a146a8b
a1a65d23
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/object.c
View file @
975eb731
...
@@ -1440,7 +1440,7 @@ NULL
...
@@ -1440,7 +1440,7 @@ NULL
#if defined(USE_JEMALLOC)
#if defined(USE_JEMALLOC)
sds
info
=
sdsempty
();
sds
info
=
sdsempty
();
je_malloc_stats_print
(
inputCatSds
,
&
info
,
NULL
);
je_malloc_stats_print
(
inputCatSds
,
&
info
,
NULL
);
addReplyVerbatim
(
c
,
info
,
sdslen
(
info
),
"txt"
)
addReplyVerbatim
(
c
,
info
,
sdslen
(
info
),
"txt"
)
;
sdsfree
(
info
);
sdsfree
(
info
);
#else
#else
addReplyBulkCString
(
c
,
"Stats not supported for the current allocator"
);
addReplyBulkCString
(
c
,
"Stats not supported for the current allocator"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment