Searched refs:alloc_calls_expected (Results 1 – 1 of 1) sorted by relevance
8 int alloc_calls_expected; variable17 alloc_calls_expected = calls; in set_mock_malloc()28 assert_int_equal(alloc_calls, alloc_calls_expected); in finalize_mock_malloc()46 if (alloc_calls >= alloc_calls_expected) { in instrumented_malloc()61 size, alloc_calls, alloc_calls_expected, in instrumented_malloc()62 alloc_calls < alloc_calls_expected ? expectations[alloc_calls] : -1); in instrumented_malloc()69 if (alloc_calls >= alloc_calls_expected) { in instrumented_realloc()84 size, alloc_calls, alloc_calls_expected, in instrumented_realloc()85 alloc_calls < alloc_calls_expected ? expectations[alloc_calls] : -1); in instrumented_realloc()