/aosp_15_r20/external/coreboot/tests/lib/ |
H A D | lzma-test.c | 41 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 D | test-common.c | 61 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 D | internal.h | 250 void *test_malloc(size_t size); 252 #define malloc(size) test_malloc(size)
|
/aosp_15_r20/external/llvm/test/Analysis/CFLAliasAnalysis/Steensgaard/ |
H A D | malloc-and-free.ll | 10 ; CHECK: Function: test_malloc 12 define void @test_malloc(i8* %p) {
|
/aosp_15_r20/external/llvm/test/Transforms/InstCombine/ |
H A D | allocsize.ll | 11 ; CHECK-LABEL: define void @test_malloc 12 define void @test_malloc(i8** %p, i64* %r) {
|
H A D | allocsize-32.ll | 11 define void @test_malloc(i8** %p, i32* %r) {
|
/aosp_15_r20/external/bcc/tests/python/ |
H A D | test_tools_memleak.py | 86 def test_malloc(self): member in MemleakToolTests
|
/aosp_15_r20/external/ltp/utils/sctp/func_tests/ |
H A D | test_recvmsg.c | 117 big_buffer = test_malloc(REALLY_BIG); in main()
|
H A D | test_autoclose.c | 124 big_buffer = test_malloc(REALLY_BIG); in main()
|
H A D | test_connect.c | 141 big_buffer = test_malloc(REALLY_BIG); in main()
|
H A D | test_assoc_shutdown.c | 150 big_buffer = test_malloc(REALLY_BIG); in main()
|
H A D | test_assoc_abort.c | 150 big_buffer = test_malloc(REALLY_BIG); in main()
|
H A D | test_inaddr_any.c | 178 iov.iov_base = test_malloc(REALLY_BIG); in main()
|
H A D | test_fragments.c | 172 big_buffer = test_malloc(REALLY_BIG); in main()
|
H A D | test_peeloff.c | 160 big_buffer = test_malloc(REALLY_BIG); in main()
|
H A D | test_connectx.c | 179 big_buffer = test_malloc(REALLY_BIG); in main()
|
H A D | test_sctp_sendrecvmsg.c | 180 big_buffer = test_malloc(buflen); in main()
|
H A D | test_timetolive.c | 219 big_buffer = test_malloc(REALLY_BIG); in main()
|
H A D | test_basic.c | 144 big_buffer = test_malloc(REALLY_BIG); in main()
|
H A D | test_tcp_style.c | 272 big_buffer = test_malloc(REALLY_BIG); in main()
|
H A D | test_sockopt.c | 206 big_buffer = test_malloc(REALLY_BIG); in main()
|
/aosp_15_r20/tools/security/gdb/heap_print/test/ |
H A D | test_heap_print_script.py | 47 def test_malloc(self): member in HeapMemoryTest
|
/aosp_15_r20/external/coreboot/tests/commonlib/ |
H A D | device_tree-test.c | 23 void *big_fat_dtb = test_malloc(file_size); in setup_device_tree_test_group()
|
/aosp_15_r20/external/ltp/utils/sctp/testlib/ |
H A D | sctputil.h | 345 static inline void *test_malloc(size_t size) in test_malloc() function
|