aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/memory/qv4mm_p.h
Commit message (Expand)AuthorAgeFilesLines
...
* | Make all write operations to Pointer<> types go through a set() methodLars Knoll2017-03-091-6/+6
* | Separate SimpleCallData and CallDataLars Knoll2017-03-091-3/+3
* | New mark table implementationLars Knoll2017-03-091-0/+1
|/
* Inline creation of simple call contextsLars Knoll2017-01-251-2/+9
* Get rid of the inline member data in ObjectLars Knoll2017-01-251-10/+7
* Let allocData/allocString return 0 initialized memoryLars Knoll2017-01-251-2/+0
* Get rid of MemoryManager::DataLars Knoll2017-01-251-5/+10
* New garbage collectorLars Knoll2017-01-251-9/+63
* New allocator for huge itemsLars Knoll2017-01-251-0/+27
* Allocate simple call contexts from a special allocatorLars Knoll2017-01-251-0/+52
* Implement an allocator for ChunksLars Knoll2017-01-251-1/+2
* Align allocations to multiples of Chunk::SlotSizeLars Knoll2017-01-251-1/+2
* Simplify handling of non GC managed heap dataLars Knoll2017-01-221-1/+1
* Get rid of the GCBlockerLars Knoll2016-12-281-22/+0
* V4: Move zero-initialization of heap items into the header fileErik Verbruggen2016-10-071-0/+1
* QML: Make Heap::Object and all subclasses trivialErik Verbruggen2016-10-061-23/+17
* QML: Make Heap::RegExp and Heap::String trivialErik Verbruggen2016-10-051-2/+4
* QML: Introduce destroy() on Base subclassesErik Verbruggen2016-10-051-3/+8
* QML: Make all context objects trivialErik Verbruggen2016-09-301-2/+2
* Increase test coverage for the V4 memory managerFrank Meerkoetter2016-06-201-0/+4
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-291-0/+2
|\
| * Make sure we destroy all QV4::QObjectWrapper objectsJian Liang2016-01-221-0/+2
* | Updated license headersJani Heikkinen2016-01-191-14/+20
|/
* Revert "Fix QtSharedPointer::ExternalRefCountData object leaks"J-P Nurmi2015-12-231-2/+0
* Fix QtSharedPointer::ExternalRefCountData object leaksJian Liang2015-12-181-0/+2
* Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-061-0/+11
* Avoid a function call when allocation new objectsLars Knoll2015-09-221-24/+22
* Simplify new construction schemeLars Knoll2015-09-221-30/+77
* move error objects over to new construction schemeLars Knoll2015-09-221-0/+28
* Convert variant object and ObjectProtoLars Knoll2015-09-221-0/+13
* Inline property data into the objectLars Knoll2015-09-221-9/+52
* Merge remote-tracking branch 'origin/5.5' into 5.6Ulf Hermann2015-08-181-3/+14
* destruct qobject wrappers before sweeping the GC heapLars Knoll2015-08-101-2/+0
* Encapsulate and protect all accesses to the vtable of Heap objectsLars Knoll2015-08-101-1/+1
* Move memory management related functionality into it's own folderLars Knoll2015-03-021-0/+187