Lines Matching refs:MALLOC
210 WITH_MOCK_MALLOC({ assert_null(cbor_copy(item)); }, 2, MALLOC, MALLOC_FAIL); in test_bytestring_chunk_alloc_failure()
224 MALLOC, MALLOC, MALLOC, MALLOC, REALLOC_FAIL); in test_bytestring_chunk_append_failure()
242 MALLOC, MALLOC, MALLOC, MALLOC, REALLOC, MALLOC_FAIL); in test_bytestring_second_chunk_alloc_failure()
262 WITH_MOCK_MALLOC({ assert_null(cbor_copy(item)); }, 2, MALLOC, MALLOC_FAIL); in test_string_chunk_alloc_failure()
275 MALLOC, MALLOC, MALLOC, MALLOC, REALLOC_FAIL); in test_string_chunk_append_failure()
291 MALLOC, MALLOC, MALLOC, MALLOC, REALLOC, MALLOC_FAIL); in test_string_second_chunk_alloc_failure()
313 MALLOC, MALLOC_FAIL); in test_array_item_alloc_failure()
326 MALLOC, MALLOC, REALLOC_FAIL); in test_array_push_failure()
340 MALLOC, MALLOC, REALLOC, MALLOC_FAIL); in test_array_second_item_alloc_failure()
367 MALLOC, MALLOC_FAIL); in test_map_key_alloc_failure()
381 MALLOC, MALLOC, MALLOC_FAIL); in test_map_value_alloc_failure()
395 MALLOC, MALLOC, MALLOC, REALLOC_FAIL); in test_map_add_failure()
412 MALLOC, MALLOC, MALLOC, REALLOC, MALLOC_FAIL); in test_map_second_key_failure()
432 MALLOC, MALLOC_FAIL); in test_tag_alloc_failure()