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

/external/cmockery/cmockery_0_1_2/src/example/
H A Dkey_value_test.c42 KeyValue * const items = (KeyValue*)test_malloc(sizeof(key_values));
/external/cmockery/cmockery_0_1_2/src/google/
H A Dcmockery.h237 #define test_malloc(size) _test_malloc(size, __FILE__, __LINE__) macro
243 #define malloc test_malloc
/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_malloc.c308 static int test_malloc( function
1401 { "sqlite3_malloc", test_malloc ,0 },
/external/chromium_org/third_party/sqlite/src/
H A DMakefile.vxworks379 $(TOP)/src/test_malloc.c \
H A Dmain.mk251 $(TOP)/src/test_malloc.c \
H A DMakefile.in365 $(TOP)/src/test_malloc.c \
/external/cmockery/cmockery_0_1_2/src/
H A Dcmockery.c38 // Pattern used to initialize memory allocated with test_malloc().
1283 #define malloc test_malloc

Completed in 170 milliseconds