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

/forgerock/web-agents-v4/cmocka/
H A Dcmocka.h1678 * extern void* _test_malloc(const size_t size, const char* file, const int line);
1680 * #define malloc(size) _test_malloc(size, __FILE__, __LINE__)
1693 #define test_malloc(size) _test_malloc(size, __FILE__, __LINE__)
2025 void* _test_malloc(const size_t size, const char* file, const int line);
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