Skip to content

Commit e9ea274

Browse files
committed
Added TODO.
1 parent a35cfce commit e9ea274

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ file_size(const char *path) {
237237
return sbuf.st_size;
238238
}
239239

240+
// TODO: Fix for > 2GiB memory usage by using uint64_t
240241
int
241242
get_memory_usage(pid_t pid) {
242243
char cbuff[4096];

0 commit comments

Comments
 (0)