Skip to content

Conversation

@ldorau
Copy link
Contributor

@ldorau ldorau commented Mar 11, 2025

Description

Print pool in debug message from umfMemoryTrackerRemove().

Checklist

  • Code compiles without errors locally
  • All tests pass locally
  • CI workflows execute properly

@ldorau ldorau requested a review from a team as a code owner March 11, 2025 08:04

LOG_DEBUG("memory region removed: tracker=%p, ptr=%p, size=%zu",
(void *)hTracker, ptr, v->size);
LOG_DEBUG("memory region removed: tracker=%p, pool=%p, ptr=%p, size=%zu",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: please keep the same vars order as in umfMemoryTrackerAdd

@ldorau
Copy link
Contributor Author

ldorau commented Mar 11, 2025

This change is already present on the current main.

@ldorau ldorau closed this Mar 11, 2025
@ldorau ldorau deleted the Print_pool_in_debug_message_from_umfMemoryTrackerRemove branch March 17, 2025 15:15
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.

2 participants