Exemple #1
0
void QQmlMemoryScope::done()
{
    memprofile_pop_location();
}
Exemple #2
0
QQmlMemoryScope::~QQmlMemoryScope()
{
    if (pushed)
        memprofile_pop_location();
}