elks-enhanced
public
Read
Owner: themaster
Branch: master
Commits: 6893
Updated: 2026-04-19 00:15
Git CLI clone URL
git clone https://www.xt-emporium.com/git/elks-enhanced.git
Fullscreen desktop URL
Code
Commits
History
Branches
Bug Reports
Discussions
Compare
Settings
elks-enhanced
/
elks
/
include
/
linuxmt
/
mem.h
File editor
#ifndef __LINUXMT_MEM_H #define __LINUXMT_MEM_H #define MEM_GETTEXTSIZ 2 #define MEM_GETUSAGE 3 #define MEM_GETTASK 4 #define MEM_GETDS 5 #define MEM_GETCS 6 #define MEM_GETHEAP 7 #define MEM_GETUPTIME 8 #define MEM_GETFARTEXT 9 #define MEM_GETMAXTASKS 10 #define MEM_GETJIFFADDR 11 #define MEM_GETSEGALL 12 struct mem_usage { /* all in Kbytes */ unsigned int main_free; unsigned int main_used; unsigned int xms_free; unsigned int xms_used; }; void mm_get_usage(struct mem_usage *mu); #endif
Commit message
This repository is read-only for this account.
Repository snapshot
Current branch
master
Visibility
public
Your access
Read
Remote
Configured
File activity
View file history