OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:custom_free
(Results
1 - 8
of
8
) sorted by null
/external/curl/tests/data/
test509
40
seen
custom_free
()
/external/curl/tests/libtest/
lib509.c
46
void
custom_free
(void *ptr);
93
void
custom_free
(void *ptr)
function
96
printf("seen
custom_free
()\n");
116
custom_free
,
/external/valgrind/drd/tests/
custom_alloc.c
45
static void
custom_free
(void* p)
function
75
custom_free
(array); // ok
77
custom_free
(NULL); // invalid free (ok without MALLOCLIKE)
80
custom_free
(array3); // mismatched free (ok without MALLOCLIKE)
/external/valgrind/massif/tests/
custom_alloc.c
45
static void
custom_free
(void* p)
function
61
custom_free
(a);
64
custom_free
(a);
/external/valgrind/memcheck/tests/
custom_alloc.c
51
static void
custom_free
(void* p)
function
136
custom_free
(array); // ok
138
custom_free
((void*)0x1); // invalid free
141
custom_free
(array3); // mismatched free (ok without MALLOCLIKE)
custom_alloc.stderr.exp
29
at 0x........:
custom_free
(custom_alloc.c:54)
34
at 0x........:
custom_free
(custom_alloc.c:54)
43
at 0x........:
custom_free
(custom_alloc.c:54)
custom_alloc.stderr.exp-s390x-mvc
29
at 0x........:
custom_free
(custom_alloc.c:54)
34
at 0x........:
custom_free
(custom_alloc.c:54)
43
at 0x........:
custom_free
(custom_alloc.c:54)
/external/valgrind/exp-dhat/
dh_main.c
503
void die_block ( void* p, Bool
custom_free
)
505
tl_assert(!
custom_free
); // at least for now
647
die_block( p, /*
custom_free
*/False );
652
die_block( p, /*
custom_free
*/False);
657
die_block( p, /*
custom_free
*/False );
[
all
...]
Completed in 265 milliseconds