Searched defs:custom_free (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/drd/tests/
H A Dcustom_alloc.c45 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/
H A Dcustom_alloc.c45 static void custom_free(void* p) function
61 custom_free(a);
64 custom_free(a);
/external/valgrind/memcheck/tests/
H A Dcustom_alloc.c51 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)

Completed in 95 milliseconds