Lines Matching refs:test_free
215 static __always_inline void test_free(void *ptr) in test_free() function
302 test_free(alloc); in test_alloc()
337 test_free(buf); in test_out_of_bounds_read()
343 test_free(buf); in test_out_of_bounds_read()
361 test_free(buf); in test_out_of_bounds_write()
375 test_free(expect.addr); in test_use_after_free_read()
390 test_free(expect.addr); in test_double_free()
391 test_free(expect.addr); /* Double-free. */ in test_double_free()
407 test_free(expect.addr); /* Invalid address free. */ in test_invalid_addr_free()
408 test_free(buf); /* No error. */ in test_invalid_addr_free()
428 test_free(buf); in test_corruption()
434 test_free(buf); in test_corruption()
480 test_free(buf); in test_kmalloc_aligned_oob_read()
500 test_free(buf); in test_kmalloc_aligned_oob_write()
514 test_free(buf); in test_shrink_memcache()
566 test_free(expect.addr); in test_init_on_free()
594 test_free(buf); in test_memcache_ctor()
615 test_free(buf1); in test_gfpzero()
622 test_free(buf2); in test_gfpzero()
633 test_free(buf2); in test_gfpzero()
668 test_free(expect.addr); in test_memcache_typesafe_by_rcu()