luxlabs header browser preview


@interface IOSurfaceMemoryPool : NSObject {
    unsigned long long _poolId;
    unsigned int _poolPort;
}

@property (readonly) unsigned long long poolId;

- (int)ensureMemory:(id)a0;
- (void)dealloc;
- (int)flush:(id)a0;
- (id)copyDebugInfo;
- (id)initWithProperties:(id)a0;

@end