HomeSort by relevance Sort by last modified time
    Searched refs:test_malloc (Results 1 - 7 of 7) sorted by null

  /external/cmockery/cmockery_0_1_2/src/example/
key_value_test.c 42 KeyValue * const items = (KeyValue*)test_malloc(sizeof(key_values));
  /external/cmockery/cmockery_0_1_2/src/google/
cmockery.h 237 #define test_malloc(size) _test_malloc(size, __FILE__, __LINE__) macro
243 #define malloc test_malloc
  /external/chromium_org/third_party/sqlite/src/src/
test_malloc.c 308 static int test_malloc( function
    [all...]
  /external/chromium_org/third_party/sqlite/src/
Makefile.vxworks 379 $(TOP)/src/test_malloc.c \
main.mk 251 $(TOP)/src/test_malloc.c \
Makefile.in 365 $(TOP)/src/test_malloc.c \
  /external/cmockery/cmockery_0_1_2/src/
cmockery.c 38 // Pattern used to initialize memory allocated with test_malloc().
    [all...]

Completed in 69 milliseconds