![]() |
Qt 6.x
The Qt SDK
|
Go to the source code of this file.
Functions | |
QT_BEGIN_NAMESPACE void * | qMallocAligned (size_t size, size_t alignment) |
void * | qReallocAligned (void *oldptr, size_t newsize, size_t oldsize, size_t alignment) |
void | qFreeAligned (void *ptr) |
Definition at line 71 of file qmalloc.cpp.
References ptr().
Referenced by QContiguousCacheData::freeData(), and qMapDeallocate().
QT_BEGIN_NAMESPACE void * qMallocAligned | ( | size_t | size, |
size_t | alignment | ||
) |
Definition at line 17 of file qmalloc.cpp.
References alignment, and qReallocAligned().
Referenced by QContiguousCacheData::allocateData(), and qMapAllocate().
Definition at line 22 of file qmalloc.cpp.
References alignment, oldsize, and qMin().
Referenced by qMallocAligned().