Home
last modified time | relevance | path

Searched defs:test_malloc (Results 1 – 2 of 2) sorted by relevance

/external/cmockery/cmockery_0_1_2/src/google/
Dcmockery.h237 #define test_malloc(size) _test_malloc(size, __FILE__, __LINE__) macro
/external/chromium_org/third_party/sqlite/src/src/
Dtest_malloc.c308 static int test_malloc( in test_malloc() function