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

/forgerock/web-agents-v4/cmocka/
H A Dcmocka.h1652 * tested by cmocka should replace calls to malloc(), calloc() and free() to
1698 * @brief Test function overriding calloc.
1708 * @see calloc(3)
1744 /* Redirect malloc, calloc and free to the unit test allocators. */
1748 #define calloc test_calloc macro

Completed in 75 milliseconds