RAM usage reading from /proc/meminfo

This commit is contained in:
2024-09-24 16:45:04 +02:00
parent c10fa79a97
commit 95f181be0c
3 changed files with 114 additions and 5 deletions

View File

@@ -23,6 +23,7 @@ void p_free(void *ptr);
// File IO
#define P_FILE_CREATE_IF_NOT_EXISTS 1
#define P_FILE_READONLY 2
struct p_file; // Defined by specific platform implementation