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

  /external/bcc/tests/python/
test_tools_memleak.py 98 def test_malloc(self): member in class:MemleakToolTests
  /external/libxml2/
testOOMlib.c 123 test_malloc (size_t bytes) function
194 copy = test_malloc (len + 1);
  /external/ltp/utils/sctp/testlib/
sctputil.h 306 static inline void *test_malloc(size_t size) function
  /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

Completed in 716 milliseconds