Home
last modified time | relevance | path

Searched refs:test_free (Results 1 – 1 of 1) sorted by relevance

/linux/mm/kfence/
H A Dkfence_test.c222 static __always_inline void test_free(void *ptr) in test_free() function
309 test_free(alloc); in test_alloc()
344 test_free(buf); in test_out_of_bounds_read()
350 test_free(buf); in test_out_of_bounds_read()
368 test_free(buf); in test_out_of_bounds_write()
382 test_free(expect.addr); in test_use_after_free_read()
396 test_free(addr); in test_use_after_free_read_nofault()
413 test_free(expect.addr); in test_double_free()
414 test_free(expect.addr); /* Double-free. */ in test_double_free()
430 test_free(expect.addr); /* Invalid address free. */ in test_invalid_addr_free()
[all …]