Searched refs:vfree (Results 1 – 10 of 10) sorted by relevance
/lib/ |
D | test_vmalloc.c | 103 vfree(ptr); in random_size_align_alloc_test() 130 vfree(ptr); in align_shift_alloc_test() 152 vfree(ptr); in fix_align_alloc_test() 174 vfree(p); in random_size_alloc_test() 201 vfree(ptr_1); in long_busy_list_alloc_test() 208 vfree(ptr_1); in long_busy_list_alloc_test() 209 vfree(ptr_2); in long_busy_list_alloc_test() 217 vfree(ptr[i]); in long_busy_list_alloc_test() 219 vfree(ptr); in long_busy_list_alloc_test() 239 vfree(ptr); in full_fit_alloc_test() [all …]
|
D | test_rhashtable.c | 443 vfree(rhl_test_objects); in test_rhltable() 444 vfree(obj_in_table); in test_rhltable() 737 vfree(objs); in test_rht_init() 748 vfree(objs); in test_rht_init() 766 vfree(tdata); in test_rht_init() 776 vfree(tdata); in test_rht_init() 777 vfree(objs); in test_rht_init() 808 vfree(tdata); in test_rht_init() 809 vfree(objs); in test_rht_init()
|
D | decompress_unxz.c | 156 #undef vfree 160 #define vfree(ptr) do { if (ptr != NULL) free(ptr); } while (0) macro
|
D | test_overflow.c | 547 DEFINE_TEST_ALLOC(vmalloc, vfree, 0, 0, 0); 548 DEFINE_TEST_ALLOC(vmalloc_node, vfree, 0, 0, 1); 549 DEFINE_TEST_ALLOC(vzalloc, vfree, 0, 0, 0); 550 DEFINE_TEST_ALLOC(vzalloc_node, vfree, 0, 0, 1);
|
D | test_meminit.c | 121 vfree(buf); in do_vmalloc_size() 127 vfree(buf); in do_vmalloc_size()
|
D | test_kmod.c | 773 vfree(test_dev->info); in free_test_dev_info() 1119 vfree(test_dev); in alloc_test_dev_kmod() 1132 vfree(test_dev); in free_test_dev_kmod()
|
D | genalloc.c | 255 vfree(chunk); in gen_pool_destroy()
|
D | test_firmware.c | 141 vfree(test_fw_config->reqs); in __test_release_all_firmware()
|
D | Kconfig.debug | 1198 vfree(), etc.), whether a live lock is incorrectly reinitialized via
|
/lib/xz/ |
D | xz_dec_lzma2.c | 1150 vfree(s->dict.buf); in xz_dec_lzma2_reset() 1173 vfree(s->dict.buf); in xz_dec_lzma2_end()
|