44 struct small_mallinfo {
46 struct timespec stamp;
59 void endStats() { addStats();_collecting =
false; };
65 void startCheckpoint() { _checkpoint[0] = mallinfo(); };
70 int addStats(
int line);
71 int addStats(
struct small_mallinfo *
x);
72 int addStats(
struct small_mallinfo *
x,
int line);
73 struct small_mallinfo *getStats() {
return _info; };
74 struct small_mallinfo *operator[](
int x) {
return _info +
x; };
75 int totalStats() {
return _index; };
82 int diffStats(
int x,
int y);
86 int diffStamp(
int x,
int y);
89 void dump(
struct mallinfo *
x);
90 void dump(
struct small_mallinfo *
x);
101 struct small_mallinfo *_info;
107 struct mallinfo _checkpoint[2];
112 #endif // end of HAVE_MALLINFO
Anonymous namespace for callbacks, local functions, event handlers etc.
Definition: dbus_ext.cpp:40
std::int32_t x
Definition: BitmapData_as.cpp:434
#define DSOEXPORT
Definition: dsodefs.h:55
std::int32_t y
Definition: BitmapData_as.cpp:435