OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:memcheck
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/isc/libsodium/dist/m4/
ax_valgrind_check.m4
7
# AX_VALGRIND_DFLT(
memcheck
|helgrind|drd|sgcheck, on|off)
49
# each of the available Valgrind tools (out of
memcheck
, helgrind and drd)
56
#
memcheck
, helgrind, drd and sgcheck. These are useful because often only
73
m4_define([valgrind_tool_list], [[
memcheck
], [helgrind], [drd], [sgcheck]])
155
#
memcheck
, helgrind, drd, sgcheck). (Default: various)
168
valgrind_memcheck_flags = --tool=
memcheck
$(VALGRIND_memcheck_FLAGS)
/src/lib/libc/time/
zic.c
528
memcheck
(void *ptr)
function in typeref:typename:void *
538
return
memcheck
(malloc(size));
544
return
memcheck
(realloc(ptr, size));
550
return
memcheck
(strdup(str));
/src/sys/external/isc/libsodium/dist/
configure
1505
--disable-valgrind-
memcheck
1506
Whether to skip
memcheck
during the Valgrind tests
5793
# Check whether --enable-valgrind-
memcheck
was given.
5805
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for Valgrind tool
memcheck
" >&5
5806
$as_echo_n "checking for Valgrind tool
memcheck
... " >&6; }
5813
if `$VALGRIND --tool=
memcheck
--help >/dev/null 2>&1`; then :
5826
as_fn_error $? "Valgrind does not support
memcheck
; reconfigure with --disable-valgrind-
memcheck
" "$LINENO" 5
5843
valgrind_enabled_tools="$valgrind_enabled_tools
memcheck
"
6017
valgrind_tools="
memcheck
helgrind drd sgcheck
[
all
...]
Completed in 39 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025