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