Searched refs:AUTO_ZONE_COLLECT_NO_OPTIONS (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/libauto-186/auto_tester/
H A DResourceTracking.m78 auto_zone_collect_and_notify([self auto_zone], AUTO_ZONE_COLLECT_NO_OPTIONS, _testQueue, ^{ [self verifyNoCollection]; } ); // should not collect
93 auto_zone_collect_and_notify([self auto_zone], AUTO_ZONE_COLLECT_NO_OPTIONS, _testQueue, ^{ [self verifyCollection]; } ); // should collect
H A DTestCase.m438 [self collectWithOptions:AUTO_ZONE_COLLECT_NO_OPTIONS completionCallback:callback];
/macosx-10.10.1/libauto-186/
H A Dauto_zone.cpp190 auto_zone_collect(zone, AUTO_ZONE_COLLECT_NO_OPTIONS);
285 if (options == AUTO_ZONE_COLLECT_NO_OPTIONS) {
308 case AUTO_ZONE_COLLECT_NO_OPTIONS:
H A Dauto_zone.h258 AUTO_ZONE_COLLECT_NO_OPTIONS = 0, enumerator in enum:__anon9189
282 Normally AUTO_ZONE_COLLECT_NO_OPTIONS should be passed for options. This indicates the call is an advisory
/macosx-10.10.1/objc4-646/runtime/
H A Dobjc-auto.mm162 auto_zone_options_t amode = AUTO_ZONE_COLLECT_NO_OPTIONS;

Completed in 140 milliseconds