Lines Matching refs:test_free
220 static __always_inline void test_free(void *ptr) in test_free() function
307 test_free(alloc); in test_alloc()
342 test_free(buf); in test_out_of_bounds_read()
348 test_free(buf); in test_out_of_bounds_read()
366 test_free(buf); in test_out_of_bounds_write()
380 test_free(expect.addr); in test_use_after_free_read()
395 test_free(expect.addr); in test_double_free()
396 test_free(expect.addr); /* Double-free. */ in test_double_free()
412 test_free(expect.addr); /* Invalid address free. */ in test_invalid_addr_free()
413 test_free(buf); /* No error. */ in test_invalid_addr_free()
433 test_free(buf); in test_corruption()
439 test_free(buf); in test_corruption()
485 test_free(buf); in test_kmalloc_aligned_oob_read()
505 test_free(buf); in test_kmalloc_aligned_oob_write()
519 test_free(buf); in test_shrink_memcache()
570 test_free(expect.addr); in test_init_on_free()
598 test_free(buf); in test_memcache_ctor()
617 test_free(buf1); in test_gfpzero()
624 test_free(buf2); in test_gfpzero()
635 test_free(buf2); in test_gfpzero()
670 test_free(expect.addr); in test_memcache_typesafe_by_rcu()