Home
last modified time | relevance | path

Searched refs:mem_alloc_called (Results 1 – 2 of 2) sorted by relevance

/dports/net-im/libmesode/libmesode-0.10.1/tests/
H A Dtest_ctx.c20 static int mem_alloc_called = 0; variable
26 mem_alloc_called++; in my_alloc()
94 if (!(log_called && mem_alloc_called && mem_realloc_called && in main()
97 if (mem_alloc_called != mem_free_called) in main()
/dports/net-im/libstrophe/libstrophe-0.11.0/tests/
H A Dtest_ctx.c21 static int mem_alloc_called = 0; variable
29 mem_alloc_called++; in my_alloc()
104 if (!(log_called && mem_alloc_called && mem_realloc_called && in main()
107 if (mem_alloc_called != mem_free_called) in main()