Home
last modified time | relevance | path

Searched refs:_test_malloc (Results 1 – 3 of 3) sorted by relevance

/external/cmockery/cmockery_0_1_2/src/example/
Dallocate_module.c19 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/
Dcmockery.h237 #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/
Dcmockery.c1255 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()