- allocate
qt.core.pair.QPair!(QTypedArrayData*, T*) allocate(qsizetype capacity, AllocationOption option)
Undocumented in source. Be warned that the author may not have intended to support it.
- dataStart
T* dataStart(QArrayData* data, qsizetype alignment)
Undocumented in source. Be warned that the author may not have intended to support it.
- deallocate
void deallocate(QArrayData* data)
Undocumented in source. Be warned that the author may not have intended to support it.
- reallocateUnaligned
qt.core.pair.QPair!(QTypedArrayData*, T*) reallocateUnaligned(QTypedArrayData* data, T* dataPointer, qsizetype capacity, AllocationOption option)
Undocumented in source. Be warned that the author may not have intended to support it.