/**
* @file
* Memory statistics dialog.
*/
/* Authors:
* MenTaLguY <mental@rydia.net>
*
* Copyright (C) 2005
*
* Released under GNU GPL. Read the file 'COPYING' for more information.
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <gtkmm/liststore.h>
#include <gtkmm/treeview.h>
#include "verbs.h"
namespace Inkscape {
namespace UI {
namespace Dialog {
namespace {
if (!value) {
}
while (value) {
value /= 10;
--places;
}
}
while (true) {
}
delete digits;
break;
}
}
return temp;
}
}
public:
};
Private() {
// TRANSLATORS: "Slack" refers to memory which is in the heap but currently unused.
// More typical usage is to call this memory "free" rather than "slack".
}
void update();
void start_update_task();
void stop_update_task();
};
for ( unsigned i = 0 ; i < Debug::heap_count() ; i++ ) {
if (heap) {
}
} else {
}
} else {
}
{
} else {
}
++row;
}
}
}
} else {
}
} else {
}
{
} else {
}
++row;
}
}
500
);
}
}
{
}
delete &_private;
}
}
} // namespace Dialog
} // namespace UI
} // namespace Inkscape
/*
Local Variables:
mode:c++
c-file-style:"stroustrup"
c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
indent-tabs-mode:nil
fill-column:99
End:
*/
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :