Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
916b02e4
Commit
916b02e4
authored
Apr 19, 2010
by
Quanah Gibson-Mount
Browse files
agreed upon log messages
parent
34bc2f2c
Changes
2
Hide whitespace changes
Inline
Side-by-side
servers/slapd/sl_malloc.c
View file @
916b02e4
...
...
@@ -366,7 +366,7 @@ slap_sl_malloc(
}
}
else
{
Debug
(
LDAP_DEBUG_TRACE
,
"
slap_
sl_malloc
of
%lu
bytes, falling back to
ch_malloc
\n
"
,
"sl_malloc %lu
:
ch_malloc
\n
"
,
(
long
)
size
,
0
,
0
);
return
(
void
*
)
ch_malloc
(
size
);
}
...
...
servers/slapd/zn_malloc.c
View file @
916b02e4
...
...
@@ -329,7 +329,7 @@ retry:
if
(
zh
->
zh_maxzones
<
zh
->
zh_numzones
+
zh
->
zh_deltazones
)
{
ldap_pvt_thread_mutex_unlock
(
&
zh
->
zh_mutex
);
Debug
(
LDAP_DEBUG_TRACE
,
"
slap_
zn_malloc
of %lu bytes, falling back to
ch_malloc
\n
"
,
"zn_malloc
%lu:
ch_malloc
\n
\n
"
,
(
long
)
size
,
0
,
0
);
Debug
(
LDAP_DEBUG_NONE
,
"slap_zn_malloc: returning 0x%x, 0x%x
\n
"
,
...
...
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