Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qv4mm_p.h File Reference

(0709d83dc65b49eadec7433bd9b3518b6473c6e8)

#include <private/qv4global_p.h>
#include <private/qv4value_p.h>
#include <private/qv4scopedvalue_p.h>
#include <private/qv4object_p.h>
#include <private/qv4mmdefs_p.h>
#include <QVector>
+ Include dependency graph for qv4mm_p.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  QV4::GCData
 
struct  QV4::GCIteratorStorage
 
struct  QV4::GCStateInfo
 
struct  QV4::GCStateMachine
 
struct  QV4::BlockAllocator
 
struct  QV4::HugeItemAllocator
 
struct  QV4::HugeItemAllocator::HugeChunk
 
class  QV4::MemoryManager
 
struct  QV4::GCCriticalSection< ToBeMarked >
 

Namespaces

namespace  QV4
 

Macros

#define MM_DEBUG   0
 

Enumerations

enum  QV4::GCState {
  QV4::MarkStart = 0 , QV4::MarkGlobalObject , QV4::MarkJSStack , QV4::InitMarkPersistentValues ,
  QV4::MarkPersistentValues , QV4::InitMarkWeakValues , QV4::MarkWeakValues , QV4::MarkDrain ,
  QV4::MarkReady , QV4::InitCallDestroyObjects , QV4::CallDestroyObjects , QV4::FreeWeakMaps ,
  QV4::FreeWeakSets , QV4::HandleQObjectWrappers , QV4::DoSweep , QV4::Invalid ,
  QV4::Count
}
 

Macro Definition Documentation

◆ MM_DEBUG

#define MM_DEBUG   0

Definition at line 25 of file qv4mm_p.h.