OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_test_calloc
(Results
1 - 4
of
4
) sorted by null
/external/cmockery/cmockery_0_1_2/src/example/
allocate_module.c
20
extern void*
_test_calloc
(const size_t number_of_elements, const size_t size,
25
#define calloc(num, size)
_test_calloc
(num, size, __FILE__, __LINE__)
calculator.c
59
#define calloc(num, size)
_test_calloc
(num, size, __FILE__, __LINE__)
64
void*
_test_calloc
(const size_t number_of_elements, const size_t size,
/external/cmockery/cmockery_0_1_2/src/google/
cmockery.h
238
#define test_calloc(num, size)
_test_calloc
(num, size, __FILE__, __LINE__)
418
void*
_test_calloc
(const size_t number_of_elements, const size_t size,
/external/cmockery/cmockery_0_1_2/src/
cmockery.c
1286
void*
_test_calloc
(const size_t number_of_elements, const size_t size,
function
[
all
...]
Completed in 48 milliseconds