HomeSort by relevance Sort by last modified time
    Searched refs:test_malloc (Results 1 - 6 of 6) 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/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/cmockery/cmockery_0_1_2/src/
cmockery.c 38 // Pattern used to initialize memory allocated with test_malloc().
    [all...]

Completed in 300 milliseconds