Searched refs:REALLOC_FAIL (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/libcbor/test/ |
| H A D | test_allocator.h | 17 REALLOC_FAIL enumerator
|
| H A D | array_test.c | 190 4, MALLOC, MALLOC, MALLOC, REALLOC_FAIL); in test_array_push() 204 4, MALLOC, MALLOC, MALLOC, REALLOC_FAIL); in test_indef_array_decode()
|
| H A D | callbacks_test.c | 158 MALLOC, MALLOC, REALLOC_FAIL); in test_builder_byte_string_callback_append_parent_alloc_failure() 298 3, MALLOC, MALLOC, REALLOC_FAIL); in test_builder_string_callback_append_parent_alloc_failure() 361 WITH_MOCK_MALLOC({ _cbor_builder_append(item, &context); }, 1, REALLOC_FAIL); in test_append_map_failure()
|
| H A D | test_allocator.c | 76 } else if (expectations[alloc_calls] == REALLOC_FAIL) { in instrumented_realloc()
|
| H A D | map_test.c | 237 4, MALLOC, MALLOC, MALLOC, REALLOC_FAIL); in test_map_add() 251 4, MALLOC, MALLOC, MALLOC, REALLOC_FAIL); in test_indef_map_decode()
|
| H A D | copy_test.c | 544 MALLOC, MALLOC, MALLOC, MALLOC, REALLOC_FAIL); in test_bytestring_chunk_append_failure() 595 MALLOC, MALLOC, MALLOC, MALLOC, REALLOC_FAIL); in test_string_chunk_append_failure() 645 MALLOC, MALLOC, REALLOC_FAIL); in test_array_push_failure() 714 MALLOC, MALLOC, MALLOC, REALLOC_FAIL); in test_map_add_failure()
|
| H A D | bytestring_test.c | 358 5, MALLOC, MALLOC, MALLOC, MALLOC, REALLOC_FAIL); in test_bytestring_add_chunk()
|
| H A D | string_test.c | 273 5, MALLOC, MALLOC, MALLOC, MALLOC, REALLOC_FAIL); in test_string_add_chunk()
|