miqt/qt6/gen_qcontiguouscache.cpp
2025-02-01 13:45:22 +13:00

25 lines
553 B
C++

#include <QContiguousCacheData>
#include <qcontiguouscache.h>
#include "gen_qcontiguouscache.h"
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
} /* extern C */
#endif
QContiguousCacheData* QContiguousCacheData_allocateData(ptrdiff_t size, ptrdiff_t alignment) {
return QContiguousCacheData::allocateData((qsizetype)(size), (qsizetype)(alignment));
}
void QContiguousCacheData_freeData(QContiguousCacheData* data) {
QContiguousCacheData::freeData(data);
}
void QContiguousCacheData_delete(QContiguousCacheData* self) {
delete self;
}