![]() |
Qt 6.x
The Qt SDK
|
#include <private/qv4stacklimits_p.h>
#include <private/qobject_p.h>
#include <private/qthread_p.h>
#include <QtCore/qfile.h>
Go to the source code of this file.
Namespaces | |
namespace | QV4 |
\qmltype Particle \inqmlmodule QtQuick.Particles | |
Enumerations | |
enum | QV4::StackDefaults : qsizetype { QV4::DefaultSafetyMargin = 128 * 1024 , QV4::PlatformStackSize = 512 * 1024 , QV4::PlatformSafetyMargin = DefaultSafetyMargin } |
Functions | |
template<typename Size > | |
static void * | QV4::incrementStackPointer (void *base, Size amount) |
template<typename Size > | |
static void * | QV4::decrementStackPointer (void *base, Size amount) |
static StackProperties | QV4::createStackProperties (void *base, qsizetype size=PlatformStackSize) |
StackProperties | QV4::stackPropertiesGeneric (qsizetype stackSize=0) |
StackProperties | QV4::stackProperties () |