]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/16_head.c
wwww
[16.git] / src / lib / 16_head.c
index 8e70082e840d5f4f28dc5afa611537f78c379522..a7be849fbf429d56cd59595b6b0f7f83a7e7cfda 100644 (file)
@@ -475,7 +475,9 @@ print_normal_entry(kittengets(2,1,"Default"), (dword)h_total, (dword)h_used, (dw
 print_normal_entry(kittengets(2,1,"Near"), (dword)nh_total, (dword)nh_used, (dword)nh_free);
 print_normal_entry(kittengets(2,1,"Far"), (dword)fh_total, (dword)fh_used, (dword)fh_free);
 printf(      "----------------  --------   --------   --------\n");
-//printf("memavl = %lu\n", (dword)_memavl());
+printf("coreleft = %lu\n", (dword)_coreleft());
+printf("farcoreleft = %lu\n", (dword)_farcoreleft());
+printf("memavl = %lu\n", (dword)_memavl());
 printf("stackavail = %u\n", stackavail());
 }