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

  /external/cmockery/cmockery_0_1_2/src/example/
allocate_module.c 19 extern void* _test_malloc(const size_t size, const char* file, const int line);
24 #define malloc(size) _test_malloc(size, __FILE__, __LINE__)
  /external/cmockery/cmockery_0_1_2/src/google/
cmockery.h 237 #define test_malloc(size) _test_malloc(size, __FILE__, __LINE__)
417 void* _test_malloc(const size_t size, const char* file, const int line);
  /external/cmockery/cmockery_0_1_2/src/
cmockery.c 1255 void* _test_malloc(const size_t size, const char* file, const int line) { function
    [all...]

Completed in 71 milliseconds