Fix memory leaks, add section-object support to new test harness (#360)

This commit is contained in:
Adlai Holler
2017-06-16 09:25:16 -07:00
committed by GitHub
parent 55928f343d
commit d9dec8fdf9
9 changed files with 236 additions and 47 deletions

View File

@@ -51,6 +51,8 @@ AS_SUBCLASSING_RESTRICTED
+ (instancetype)sharedDeallocationQueue;
- (void)test_drain;
- (void)releaseObjectInBackground:(id)object;
@end