We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5a49e6 commit f159e0cCopy full SHA for f159e0c
sizes.c
@@ -21,5 +21,14 @@ int main(int argc, char **argv)
21
display("libevent thread cumulative", sizeof(LIBEVENT_THREAD));
22
display("Thread stats cumulative\t", sizeof(struct thread_stats));
23
24
+ printf("----------------------------------------\n");
25
+
26
+ display("hash item info\t", sizeof(item_info));
27
+ display("elem item info\t", sizeof(eitem_info));
28
+ display("item attributes\t", sizeof(item_attr));
29
+ display("eflag filter\t", sizeof(eflag_filter));
30
+ display("eflag update\t", sizeof(eflag_update));
31
+ display("Pipe reponse buffer", PIPE_RES_MAX_SIZE);
32
33
return 0;
34
}
0 commit comments