OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:leak_memory
(Results
1 - 2
of
2
) sorted by null
/external/cmockery/cmockery_0_1_2/src/example/
allocate_module_test.c
21
extern void
leak_memory
();
25
// Test case that fails as
leak_memory
() leaks a dynamically allocated block.
27
leak_memory
();
allocate_module.c
29
void
leak_memory
() {
function
Completed in 6762 milliseconds