HomeSort by relevance Sort by last modified time
    Searched refs:test_malloc (Results 1 - 21 of 21) sorted by null

  /external/libxml2/
testOOMlib.h 10 void* test_malloc (size_t bytes);
testOOMlib.c 123 test_malloc (size_t bytes) function
194 copy = test_malloc (len + 1);
testOOM.c 329 test_malloc,
  /external/cmockery/cmockery_0_1_2/src/example/
key_value_test.c 42 KeyValue * const items = (KeyValue*)test_malloc(sizeof(key_values));
  /external/ltp/utils/sctp/func_tests/
test_recvmsg.c 113 big_buffer = test_malloc(REALLY_BIG);
test_autoclose.c 120 big_buffer = test_malloc(REALLY_BIG);
test_assoc_abort.c 146 big_buffer = test_malloc(REALLY_BIG);
test_assoc_shutdown.c 146 big_buffer = test_malloc(REALLY_BIG);
test_connect.c 137 big_buffer = test_malloc(REALLY_BIG);
test_fragments.c 168 big_buffer = test_malloc(REALLY_BIG);
test_inaddr_any.c 174 iov.iov_base = test_malloc(REALLY_BIG);
test_connectx.c 175 big_buffer = test_malloc(REALLY_BIG);
test_peeloff.c 156 big_buffer = test_malloc(REALLY_BIG);
test_sctp_sendrecvmsg.c 176 big_buffer = test_malloc(buflen);
test_basic.c 140 big_buffer = test_malloc(REALLY_BIG);
test_tcp_style.c 268 big_buffer = test_malloc(REALLY_BIG);
test_timetolive.c 215 big_buffer = test_malloc(REALLY_BIG);
test_sockopt.c 202 big_buffer = test_malloc(REALLY_BIG);
    [all...]
  /external/cmockery/cmockery_0_1_2/src/google/
cmockery.h 237 #define test_malloc(size) _test_malloc(size, __FILE__, __LINE__) macro
243 #define malloc test_malloc
  /external/ltp/utils/sctp/testlib/
sctputil.h 306 static inline void *test_malloc(size_t size) function
  /external/cmockery/cmockery_0_1_2/src/
cmockery.c 38 // Pattern used to initialize memory allocated with test_malloc().
    [all...]

Completed in 286 milliseconds