Searched refs:PT_ASSERT_NOTNULL (Results 1 – 4 of 4) sorted by relevance
69 PT_QUIET; PT_ASSERT_NOTNULL(ptr, "failed alloc"); in checked_alloc_align()72 PT_QUIET; PT_ASSERT_NOTNULL(ptr, "failed alloc"); in checked_alloc_align()99 PT_QUIET; PT_ASSERT_NOTNULL(strings, "backtrace_symbols"); in print_collected_backtrace()
47 PT_QUIET; PT_ASSERT_NOTNULL(mm->buffer, "failed alloc"); in mock_mem_init()56 PT_QUIET; PT_ASSERT_NOTNULL(mm->buffer, "mock mem not allocated"); in mock_mem_alloc()
65 #define PT_ASSERT_NOTNULL(ptr, msg) do { if (dt_proxy) { dt_proxy->t_assert_notnull((ptr), msg); } … macro
1243 PT_QUIET; PT_ASSERT_NOTNULL(event_entry, "empty entry not found"); in pthread_mock_thread_block_reason()1278 PT_QUIET; PT_ASSERT_NOTNULL(event_entry, "empty entry not found"); in pthread_mock_clear_wait()