Searched refs:Stats (Results 1 - 5 of 5) sorted by relevance

/inkscape/src/debug/
H A Dheap.h26 struct Stats { struct in class:Inkscape::Debug::Heap
40 virtual Stats stats() const=0;
H A Dgc-heap.h29 Heap::Stats stats() const {
30 Stats stats;
H A Dsysv-heap.h29 Stats stats() const;
H A Dsysv-heap.cpp33 Heap::Stats SysVHeap::stats() const {
34 Stats stats = { 0, 0 };
/inkscape/src/ui/dialog/
H A Dmemory.cpp117 Debug::Heap::Stats total = { 0, 0 };
127 Debug::Heap::Stats stats=heap->stats();

Completed in 69 milliseconds