OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_test_free
(Results
1 - 4
of
4
) sorted by null
/external/cmockery/cmockery_0_1_2/src/example/
allocate_module.c
22
extern void
_test_free
(void* const ptr, const char* file, const int line);
26
#define free(ptr)
_test_free
(ptr, __FILE__, __LINE__)
calculator.c
63
#define free(ptr)
_test_free
(ptr, __FILE__, __LINE__)
66
void
_test_free
(void* const ptr, const char* file, const int line);
/external/cmockery/cmockery_0_1_2/src/google/
cmockery.h
239
#define test_free(ptr)
_test_free
(ptr, __FILE__, __LINE__)
420
void
_test_free
(void* const ptr, const char* file, const int line);
/external/cmockery/cmockery_0_1_2/src/
cmockery.c
1298
void
_test_free
(void* const ptr, const char* file, const int line) {
function
[
all
...]
Completed in 198 milliseconds