macro_rules! ltrace_exit_obj {
($($arg:tt)*) => { ... };
}Expand description
Prints function exit with object pointer (TRACE_EXIT_OBJ) if LOCAL_TRACE >= 1.
Equivalent to C++ LTRACE_EXIT_OBJ.
macro_rules! ltrace_exit_obj {
($($arg:tt)*) => { ... };
}Prints function exit with object pointer (TRACE_EXIT_OBJ) if LOCAL_TRACE >= 1.
Equivalent to C++ LTRACE_EXIT_OBJ.