Searched refs:AUTO_LOG_WEAK (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/libauto-186/
H A Dauto_weak.cpp359 if (azone->control.log & AUTO_LOG_WEAK) malloc_printf("%s: WEAK: clearing ref to %p at %p (value was %p)\n", auto_prelude(), entry->referent, ref->referrer, *ref->referrer);
436 if (azone->control.log & AUTO_LOG_WEAK) malloc_printf("%s: WEAK: unregistering weak reference to %p at %p\n", auto_prelude(), referent, referrer);
479 if (azone->control.log & AUTO_LOG_WEAK) malloc_printf("%s: WEAK: registering weak reference to %p at %p\n", auto_prelude(), referent, referrer);
H A Dauto_zone.h163 AUTO_LOG_WEAK = (1 << 6), // log weak reference manipulation enumerator in enum:__anon9186
H A Dauto_zone.cpp779 if (Environment::read_bool("AUTO_LOG_WEAK")) azone->control.log |= AUTO_LOG_WEAK;

Completed in 179 milliseconds