Home
last modified time | relevance | path

Searched refs:free_with_check (Results 1 – 8 of 8) sorted by relevance

/external/grpc-grpc/third_party/nanopb/tests/fuzztest/
Dfuzzstub.c38 free_with_check(msg); in do_static_decode()
61 free_with_check(msg); in do_pointer_decode()
107 free_with_check(msg1); in do_static_roundtrip()
108 free_with_check(msg2); in do_static_roundtrip()
109 free_with_check(buf2); in do_static_roundtrip()
110 free_with_check(buf3); in do_static_roundtrip()
156 free_with_check(msg1); in do_pointer_roundtrip()
157 free_with_check(msg2); in do_pointer_roundtrip()
158 free_with_check(buf2); in do_pointer_roundtrip()
159 free_with_check(buf3); in do_pointer_roundtrip()
[all …]
Dfuzztest.c196 free_with_check(msg); in do_static_encode()
213 free_with_check(tmp); in do_protobuf_noise()
244 free_with_check(msg); in do_static_decode()
267 free_with_check(msg); in do_pointer_decode()
313 free_with_check(msg1); in do_static_roundtrip()
314 free_with_check(msg2); in do_static_roundtrip()
315 free_with_check(buf2); in do_static_roundtrip()
316 free_with_check(buf3); in do_static_roundtrip()
362 free_with_check(msg1); in do_pointer_roundtrip()
363 free_with_check(msg2); in do_pointer_roundtrip()
[all …]
/external/nanopb-c/tests/fuzztest/
Dfuzzstub.c38 free_with_check(msg); in do_static_decode()
61 free_with_check(msg); in do_pointer_decode()
107 free_with_check(msg1); in do_static_roundtrip()
108 free_with_check(msg2); in do_static_roundtrip()
109 free_with_check(buf2); in do_static_roundtrip()
110 free_with_check(buf3); in do_static_roundtrip()
156 free_with_check(msg1); in do_pointer_roundtrip()
157 free_with_check(msg2); in do_pointer_roundtrip()
158 free_with_check(buf2); in do_pointer_roundtrip()
159 free_with_check(buf3); in do_pointer_roundtrip()
[all …]
Dfuzztest.c196 free_with_check(msg); in do_static_encode()
213 free_with_check(tmp); in do_protobuf_noise()
244 free_with_check(msg); in do_static_decode()
267 free_with_check(msg); in do_pointer_decode()
313 free_with_check(msg1); in do_static_roundtrip()
314 free_with_check(msg2); in do_static_roundtrip()
315 free_with_check(buf2); in do_static_roundtrip()
316 free_with_check(buf3); in do_static_roundtrip()
362 free_with_check(msg1); in do_pointer_roundtrip()
363 free_with_check(msg2); in do_pointer_roundtrip()
[all …]
/external/nanopb-c/tests/common/
Dmalloc_wrappers.h4 void free_with_check(void *mem);
Dmalloc_wrappers.c20 void free_with_check(void *mem) in free_with_check() function
/external/grpc-grpc/third_party/nanopb/tests/common/
Dmalloc_wrappers.h4 void free_with_check(void *mem);
Dmalloc_wrappers.c20 void free_with_check(void *mem) in free_with_check() function