pointer_tracker_track_with_info


Description:


[ Version ( since = "3.6" ) ]
public void pointer_tracker_track_with_info (void* ptr, string info)

Adds pointer to the pointer tracker, with associated information, which is printed in summary of pointer tracker printed by pointer_tracker_dump.

For convenience can be used camel_pointer_tracker_track, which adds place of the caller as info. Added pointer should be removed with pair function pointer_tracker_untrack.

Parameters:

ptr

pointer to add to the pointer tracker

info

info to print in tracker summary


Namespace: Camel
Package: camel-1.2