![]() |
Qt 6.x
The Qt SDK
|
#include <qqmljsmemorypool_p.h>
Collaboration diagram for QQmlJS::MemoryPool:Public Member Functions | |
| MemoryPool ()=default | |
| ~MemoryPool () | |
| void * | allocate (size_t size) |
| void | reset () |
| template<typename Tp > | |
| Tp * | New () |
| template<typename Tp , typename... Ta> | |
| Tp * | New (Ta... args) |
| QStringView | newString (QString string) |
Definition at line 30 of file qqmljsmemorypool_p.h.
|
default |
|
inline |
Definition at line 36 of file qqmljsmemorypool_p.h.
References i.
|
inline |
Definition at line 48 of file qqmljsmemorypool_p.h.
References Q_LIKELY.
Referenced by New(), and New().
Here is the caller graph for this function:
|
inline |
Definition at line 65 of file qqmljsmemorypool_p.h.
References allocate().
Referenced by QmlIR::ScriptDirectivesCollector::importFile(), and QmlIR::ScriptDirectivesCollector::importModule().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 66 of file qqmljsmemorypool_p.h.
References allocate(), and args.
Here is the call graph for this function:
|
inline |
Definition at line 69 of file qqmljsmemorypool_p.h.
|
inline |
Definition at line 59 of file qqmljsmemorypool_p.h.