Skip to content

Conversation

@jlb6740
Copy link
Contributor

@jlb6740 jlb6740 commented Dec 4, 2025

When this was first written there was concern that we could create memory leaks by allowing the event to be ended without calling _itt_event_end_ptr. However based on documentation at docs/src/ittapi/event-api.rst we've concluded that calling __itt_event_end_ptr does no ptr work as we are actually dealing with integer handles.

Closes #188

When this was first written there was concern that we could
create memory leaks by allowing the event to be ended without
calling _itt_event_end_ptr. However based on documentation
at docs/src/ittapi/event-api.rst we've concluded that calling
__itt_event_end_ptr does no ptr work as we are actually dealing
with integer handles.

Closes intel#188
@abrown abrown merged commit 347d0fb into intel:master Dec 4, 2025
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

StartedEvent is not exposed from Rust API

2 participants