Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcontiguouscache.cpp |
Switch to Source code | Preprocessed file |
Line | Source | Count |
---|---|---|
1 | - | |
2 | - | |
3 | - | |
4 | - | |
5 | - | |
6 | QContiguousCacheData *QContiguousCacheData::allocateData(int size, int alignment) | - |
7 | { | - |
8 | return executed 28 times by 2 tests: static_cast<QContiguousCacheData *>(qMallocAligned(size, alignment));return static_cast<QContiguousCacheData *>(qMallocAligned(size, alignment)); Executed by:
executed 28 times by 2 tests: return static_cast<QContiguousCacheData *>(qMallocAligned(size, alignment)); Executed by:
| 28 |
9 | } | - |
10 | - | |
11 | void QContiguousCacheData::freeData(QContiguousCacheData *data) | - |
12 | { | - |
13 | qFreeAligned(data); | - |
14 | } executed 25 times by 2 tests: end of block Executed by:
| 25 |
15 | - | |
Switch to Source code | Preprocessed file |