Home
last modified time | relevance | path

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

/aosp_15_r20/external/coreboot/tests/lib/
H A Dlzma-test.c41 struct lzma_test_state *s = test_malloc(sizeof(*s)); in setup_ulzman_file()
49 s->raw_filename = test_malloc(raw_filename_size); in setup_ulzman_file()
53 s->comp_filename = test_malloc(comp_filename_size); in setup_ulzman_file()
90 uint8_t *raw_buf = test_malloc(s->raw_file_sz); in test_ulzman_correct_file()
91 uint8_t *decomp_buf = test_malloc(s->raw_file_sz); in test_ulzman_correct_file()
92 uint8_t *comp_buf = test_malloc(s->comp_file_sz); in test_ulzman_correct_file()
/aosp_15_r20/external/ethtool/
H A Dtest-common.c61 void *test_malloc(size_t size) in test_malloc() function
73 void *ptr = test_malloc(nmemb * size); in test_calloc()
83 char *dup = test_malloc(size); in test_strdup()
322 argv[i] = test_malloc(len + 1); in test_cmdline()
H A Dinternal.h250 void *test_malloc(size_t size);
252 #define malloc(size) test_malloc(size)
/aosp_15_r20/external/llvm/test/Analysis/CFLAliasAnalysis/Steensgaard/
H A Dmalloc-and-free.ll10 ; CHECK: Function: test_malloc
12 define void @test_malloc(i8* %p) {
/aosp_15_r20/external/llvm/test/Transforms/InstCombine/
H A Dallocsize.ll11 ; CHECK-LABEL: define void @test_malloc
12 define void @test_malloc(i8** %p, i64* %r) {
H A Dallocsize-32.ll11 define void @test_malloc(i8** %p, i32* %r) {
/aosp_15_r20/external/bcc/tests/python/
H A Dtest_tools_memleak.py86 def test_malloc(self): member in MemleakToolTests
/aosp_15_r20/external/ltp/utils/sctp/func_tests/
H A Dtest_recvmsg.c117 big_buffer = test_malloc(REALLY_BIG); in main()
H A Dtest_autoclose.c124 big_buffer = test_malloc(REALLY_BIG); in main()
H A Dtest_connect.c141 big_buffer = test_malloc(REALLY_BIG); in main()
H A Dtest_assoc_shutdown.c150 big_buffer = test_malloc(REALLY_BIG); in main()
H A Dtest_assoc_abort.c150 big_buffer = test_malloc(REALLY_BIG); in main()
H A Dtest_inaddr_any.c178 iov.iov_base = test_malloc(REALLY_BIG); in main()
H A Dtest_fragments.c172 big_buffer = test_malloc(REALLY_BIG); in main()
H A Dtest_peeloff.c160 big_buffer = test_malloc(REALLY_BIG); in main()
H A Dtest_connectx.c179 big_buffer = test_malloc(REALLY_BIG); in main()
H A Dtest_sctp_sendrecvmsg.c180 big_buffer = test_malloc(buflen); in main()
H A Dtest_timetolive.c219 big_buffer = test_malloc(REALLY_BIG); in main()
H A Dtest_basic.c144 big_buffer = test_malloc(REALLY_BIG); in main()
H A Dtest_tcp_style.c272 big_buffer = test_malloc(REALLY_BIG); in main()
H A Dtest_sockopt.c206 big_buffer = test_malloc(REALLY_BIG); in main()
/aosp_15_r20/tools/security/gdb/heap_print/test/
H A Dtest_heap_print_script.py47 def test_malloc(self): member in HeapMemoryTest
/aosp_15_r20/external/coreboot/tests/commonlib/
H A Ddevice_tree-test.c23 void *big_fat_dtb = test_malloc(file_size); in setup_device_tree_test_group()
/aosp_15_r20/external/ltp/utils/sctp/testlib/
H A Dsctputil.h345 static inline void *test_malloc(size_t size) in test_malloc() function