Lines Matching refs:malloc_with_check
182 alltypes_static_AllTypes *msg = malloc_with_check(sizeof(alltypes_static_AllTypes)); in do_static_encode()
209 uint8_t *tmp = malloc_with_check(BUFSIZE); in do_protobuf_noise()
229 alltypes_static_AllTypes *msg = malloc_with_check(sizeof(alltypes_static_AllTypes)); in do_static_decode()
254 msg = malloc_with_check(sizeof(alltypes_pointer_AllTypes)); in do_pointer_decode()
276 uint8_t *buf2 = malloc_with_check(BUFSIZE); in do_static_roundtrip()
277 uint8_t *buf3 = malloc_with_check(BUFSIZE); in do_static_roundtrip()
279 alltypes_static_AllTypes *msg1 = malloc_with_check(sizeof(alltypes_static_AllTypes)); in do_static_roundtrip()
280 alltypes_static_AllTypes *msg2 = malloc_with_check(sizeof(alltypes_static_AllTypes)); in do_static_roundtrip()
323 uint8_t *buf2 = malloc_with_check(BUFSIZE); in do_pointer_roundtrip()
324 uint8_t *buf3 = malloc_with_check(BUFSIZE); in do_pointer_roundtrip()
326 alltypes_pointer_AllTypes *msg1 = malloc_with_check(sizeof(alltypes_pointer_AllTypes)); in do_pointer_roundtrip()
327 alltypes_pointer_AllTypes *msg2 = malloc_with_check(sizeof(alltypes_pointer_AllTypes)); in do_pointer_roundtrip()
370 uint8_t *buffer = malloc_with_check(BUFSIZE); in run_iteration()