Lines Matching refs:test_free
204 static __always_inline void test_free(void *ptr) in test_free() function
290 test_free(alloc); in test_alloc()
325 test_free(buf); in test_out_of_bounds_read()
331 test_free(buf); in test_out_of_bounds_read()
349 test_free(buf); in test_out_of_bounds_write()
363 test_free(expect.addr); in test_use_after_free_read()
378 test_free(expect.addr); in test_double_free()
379 test_free(expect.addr); /* Double-free. */ in test_double_free()
395 test_free(expect.addr); /* Invalid address free. */ in test_invalid_addr_free()
396 test_free(buf); /* No error. */ in test_invalid_addr_free()
416 test_free(buf); in test_corruption()
422 test_free(buf); in test_corruption()
468 test_free(buf); in test_kmalloc_aligned_oob_read()
488 test_free(buf); in test_kmalloc_aligned_oob_write()
502 test_free(buf); in test_shrink_memcache()
554 test_free(expect.addr); in test_init_on_free()
582 test_free(buf); in test_memcache_ctor()
603 test_free(buf1); in test_gfpzero()
610 test_free(buf2); in test_gfpzero()
621 test_free(buf2); in test_gfpzero()
656 test_free(expect.addr); in test_memcache_typesafe_by_rcu()