mirror of
https://github.com/darlinghq/darling-libobjc2.git
synced 2025-01-01 09:18:29 +00:00
5b1911b4f4
Although GCKit is mostly finished, it is still not well tested. It contains bugs, and possibly dragons. Do not use it. If you disregard this advice, do not file any bug reports. If you disregard this instruction, then I will point and laugh at you.
4 lines
109 B
C
4 lines
109 B
C
void GCScanForCycles(id *loopBuffer, unsigned count);
|
|
id GCRetain(id anObject);
|
|
void GCRelease(id anObject);
|