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

/forgerock/web-agents-v4/cmocka/
H A Dcmocka.h1653 * test_malloc(), test_calloc() and test_free() respectively. Each time a block
1691 void *test_malloc(size_t size);
1693 #define test_malloc(size) _test_malloc(size, __FILE__, __LINE__) macro
1746 #define malloc test_malloc
H A Dcmocka.c64 /* Pattern used to initialize memory allocated with test_malloc(). */
1505 #define malloc test_malloc
1606 #define malloc test_malloc

Completed in 39 milliseconds