Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/CFLAliasAnalysis/Steensgaard/
Dmalloc-and-free.ll10 ; CHECK: Function: test_malloc
12 define void @test_malloc(i8* %p) {
/external/llvm/test/Analysis/CFLAliasAnalysis/Steensgaard/
Dmalloc-and-free.ll10 ; CHECK: Function: test_malloc
12 define void @test_malloc(i8* %p) {
/external/libxml2/
DtestOOMlib.c123 test_malloc (size_t bytes) in test_malloc() function
194 copy = test_malloc (len + 1); in test_strdup()
DtestOOMlib.h10 void* test_malloc (size_t bytes);
DtestOOM.c329 test_malloc, in main()
/external/cmockery/cmockery_0_1_2/src/example/
Dkey_value_test.c42 KeyValue * const items = (KeyValue*)test_malloc(sizeof(key_values)); in create_key_values()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
Dallocsize-32.ll11 define void @test_malloc(i8** %p, i32* %r) {
Dallocsize.ll11 ; CHECK-LABEL: define void @test_malloc
12 define void @test_malloc(i8** %p, i64* %r) {
/external/llvm/test/Transforms/InstCombine/
Dallocsize-32.ll11 define void @test_malloc(i8** %p, i32* %r) {
Dallocsize.ll11 ; CHECK-LABEL: define void @test_malloc
12 define void @test_malloc(i8** %p, i64* %r) {
/external/ltp/utils/sctp/func_tests/
Dtest_recvmsg.c113 big_buffer = test_malloc(REALLY_BIG); in main()
Dtest_autoclose.c120 big_buffer = test_malloc(REALLY_BIG); in main()
Dtest_connect.c137 big_buffer = test_malloc(REALLY_BIG); in main()
Dtest_assoc_shutdown.c146 big_buffer = test_malloc(REALLY_BIG); in main()
Dtest_assoc_abort.c146 big_buffer = test_malloc(REALLY_BIG); in main()
Dtest_inaddr_any.c174 iov.iov_base = test_malloc(REALLY_BIG); in main()
Dtest_fragments.c168 big_buffer = test_malloc(REALLY_BIG); in main()
Dtest_peeloff.c156 big_buffer = test_malloc(REALLY_BIG); in main()
Dtest_connectx.c175 big_buffer = test_malloc(REALLY_BIG); in main()
Dtest_sctp_sendrecvmsg.c176 big_buffer = test_malloc(buflen); in main()
Dtest_timetolive.c215 big_buffer = test_malloc(REALLY_BIG); in main()
Dtest_tcp_style.c268 big_buffer = test_malloc(REALLY_BIG); in main()
/external/bcc/tests/python/
Dtest_tools_memleak.py98 def test_malloc(self): member in MemleakToolTests
/external/cmockery/cmockery_0_1_2/src/google/
Dcmockery.h237 #define test_malloc(size) _test_malloc(size, __FILE__, __LINE__) macro
243 #define malloc test_malloc
/external/ltp/utils/sctp/testlib/
Dsctputil.h306 static inline void *test_malloc(size_t size) in test_malloc() function

12