Searched refs:_test_malloc (Results 1 – 3 of 3) sorted by relevance
/external/cmockery/cmockery_0_1_2/src/example/ |
D | 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/ |
D | 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/ |
D | cmockery.c | 1255 void* _test_malloc(const size_t size, const char* file, const int line) { in _test_malloc() function 1288 void* const ptr = _test_malloc(number_of_elements * size, file, line); in _test_calloc()
|