Searched refs:free_with_check (Results 1 – 8 of 8) sorted by relevance
38 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 …]
196 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 …]
4 void free_with_check(void *mem);
20 void free_with_check(void *mem) in free_with_check() function