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

/external/clang/test/Analysis/
H A Dunix-fns.c93 void test_calloc(void) { function
803 // CHECK-NEXT: <key>issue_context</key><string>test_calloc</string>
/external/cmockery/cmockery_0_1_2/src/google/
H A Dcmockery.h238 #define test_calloc(num, size) _test_calloc(num, size, __FILE__, __LINE__) macro
244 #define calloc test_calloc

Completed in 939 milliseconds