HomeSort by relevance Sort by last modified time
    Searched refs:record_fishy_value_error (Results 1 - 3 of 3) sorted by null

  /external/valgrind/memcheck/
mc_malloc_wrappers.c 382 if (MC_(record_fishy_value_error)(tid, "malloc", "size", n)) {
392 if (MC_(record_fishy_value_error)(tid, "__builtin_new", "size", n)) {
402 if (MC_(record_fishy_value_error)(tid, "__builtin_vec_new", "size", n)) {
412 if (MC_(record_fishy_value_error)(tid, "memalign", "size", n)) {
422 if (MC_(record_fishy_value_error)(tid, "calloc", "nmemb", nmemb) ||
423 MC_(record_fishy_value_error)(tid, "calloc", "size", size1)) {
519 if (MC_(record_fishy_value_error)(tid, "realloc", "size", new_szB))
    [all...]
mc_include.h 552 Bool MC_(record_fishy_value_error) ( ThreadId tid, const HChar* function,
mc_errors.c 890 Bool MC_(record_fishy_value_error) ( ThreadId tid, const HChar *function_name function
    [all...]

Completed in 494 milliseconds