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

/forgerock/web-agents-v4/cmocka/
H A Dcmocka.c1578 void* _test_malloc(const size_t size, const char* file, const int line) { function
1611 void* const ptr = _test_malloc(number_of_elements * size, file, line);
1675 return _test_malloc(size, file, line);
1686 new = _test_malloc(size, file, line);

Completed in 40 milliseconds