Searched refs:check_mem_is_good (Results 1 – 1 of 1) sorted by relevance
16 static void check_mem_is_good(void *p, size_t s) { in check_mem_is_good() function21 static void check_mem_is_good(void *p, size_t s) { in check_mem_is_good() function25 static void check_mem_is_good(void *p, size_t s) {} in check_mem_is_good() function35 check_mem_is_good(&buf, sizeof(buf)); in run()36 check_mem_is_good(&buf_len, sizeof(buf_len)); in run()37 check_mem_is_good(buf, buf_len); in run()47 check_mem_is_good(&buf, sizeof(buf)); in run()48 check_mem_is_good(&buf_len, sizeof(buf_len)); in run()49 check_mem_is_good(buf, buf_len); in run()