Searched defs:_test_malloc (Results 1 - 1 of 1) sorted by path

/external/cmockery/cmockery_0_1_2/src/
H A Dcmockery.c1255 void* _test_malloc(const size_t size, const char* file, const int line) { function
1288 void* const ptr = _test_malloc(number_of_elements * size, file, line);

Completed in 306 milliseconds