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
71aee3e9
Commit
71aee3e9
authored
Apr 30, 2009
by
antirez
Browse files
more fixes for dict.c and the 150 million keys limit
parent
f2923bec
Changes
1
Hide whitespace changes
Inline
Side-by-side
dict.c
View file @
71aee3e9
...
...
@@ -60,7 +60,7 @@ static void _dictPanic(const char *fmt, ...)
/* ------------------------- Heap Management Wrappers------------------------ */
static
void
*
_dictAlloc
(
in
t
size
)
static
void
*
_dictAlloc
(
size_
t
size
)
{
void
*
p
=
zmalloc
(
size
);
if
(
p
==
NULL
)
...
...
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