mirror of
https://github.com/darlinghq/darling-objc4.git
synced 2024-12-03 09:50:47 +00:00
14 lines
331 B
Objective-C
14 lines
331 B
Objective-C
// Test OBJC_DEBUG_POOL_ALLOCATION (which is also enabled by MallocStackLogging)
|
|
|
|
// TEST_ENV OBJC_DEBUG_POOL_ALLOCATION=YES
|
|
// TEST_CFLAGS -framework Foundation
|
|
// TEST_CONFIG MEM=mrc
|
|
|
|
#include "test.h"
|
|
|
|
#define FOUNDATION 0
|
|
#define NAME "rr-autorelease-stacklogging"
|
|
#define DEBUG_POOL_ALLOCATION 1
|
|
|
|
#include "rr-autorelease2.m"
|