- freeSharedInt
void freeSharedInt(typeof(GCAllocator.instance) alloc, int* d)
Undocumented in source. Be warned that the author may not have intended to support it.
- makeIScopedRef
auto makeIScopedRef(Alloc alloc, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
- makeIScopedRefWithDeleter
auto makeIScopedRefWithDeleter(Alloc alloc, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
- makeISharedRef
auto makeISharedRef(Alloc alloc, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
- makeISharedRefWithDeleter
auto makeISharedRefWithDeleter(Alloc alloc, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
- makeScopedRef
auto makeScopedRef(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
- makeScopedRefWithDeleter
auto makeScopedRefWithDeleter(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
- makeSharedRef
auto makeSharedRef(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
- makeSharedRefWithDeleter
auto makeSharedRefWithDeleter(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
- smartfreeSharedInt
void smartfreeSharedInt(typeof(SmartGCAllocator.instance) alloc, int* d)
Undocumented in source. Be warned that the author may not have intended to support it.