Home
last modified time | relevance | path

Searched refs:get_alloc_count (Results 1 – 7 of 7) sorted by relevance

/nanopb-latest/tests/regression/issue_647/
Drepro.c13 TEST(get_alloc_count() == 0); in main()
/nanopb-latest/tests/common/
Dmalloc_wrappers.h6 size_t get_alloc_count();
Dmalloc_wrappers.c162 size_t get_alloc_count() in get_alloc_count() function
/nanopb-latest/tests/fuzztest/
Dfuzztest.c69 size_t initial_alloc_count = get_alloc_count(); in do_decode()
112 assert(get_alloc_count() == initial_alloc_count); in do_decode()
121 size_t initial_alloc_count = get_alloc_count(); in do_stream_decode()
147 assert(get_alloc_count() == initial_alloc_count); in do_stream_decode()
174 size_t initial_alloc_count = get_alloc_count(); in do_callback_decode()
202 assert(get_alloc_count() == initial_alloc_count); in do_callback_decode()
301 size_t initial_alloc_count = get_alloc_count(); in do_roundtrips()
359 assert(get_alloc_count() == initial_alloc_count); in do_roundtrips()
432 assert(get_alloc_count() == 0); in run_iteration()
/nanopb-latest/tests/mem_release/
Dmem_release.c99 TEST(get_alloc_count() > 0); in test_TestMessage()
103 TEST(get_alloc_count() == 0); in test_TestMessage()
107 TEST(get_alloc_count() == 0); in test_TestMessage()
197 TEST(get_alloc_count() == 0); in test_OneofMessage()
199 TEST(get_alloc_count() == 0); in test_OneofMessage()
/nanopb-latest/tests/regression/issue_259/
Dcallback_pointer.c26 TEST(get_alloc_count() == 0); in main()
/nanopb-latest/tests/fixed_count/
Dfixed_count_unittests.c166 TEST(get_alloc_count() == 0); in main()
183 TEST(get_alloc_count() == 0); in main()