Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qv4stacklimits.cpp File Reference
#include <private/qv4stacklimits_p.h>
#include <private/qobject_p.h>
#include <private/qthread_p.h>
#include <QtCore/qfile.h>
+ Include dependency graph for qv4stacklimits.cpp:

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 voidQV4::incrementStackPointer (void *base, Size amount)
 
template<typename Size >
static voidQV4::decrementStackPointer (void *base, Size amount)
 
static StackProperties QV4::createStackProperties (void *base, qsizetype size=PlatformStackSize)
 
StackProperties QV4::stackPropertiesGeneric (qsizetype stackSize=0)
 
StackProperties QV4::stackProperties ()