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
/
elkscmd
/
man
/
man3
/
fmemalloc.3
File editor
.TH FMEMALLOC 3 .SH NAME fmemalloc \- allocate far memory outside process .SH SYNOPSIS .nf .ft B #include <stdlib.h> void __far *fmemalloc(unsigned long \fIsize\fP) int fmemfree(void __far *\fIptr\fP) .ft R .fi .SH DESCRIPTION .PP .B fmemalloc allocates .IR size bytes of main memory from outside the process for use using a __far pointer within the application. The .IR size parameter will be rounded up to the next paragraph boundary. .PP .B fmemfree frees memory allocated by a prevous .BR fmemalloc . .PP Any allocated memory will be automatically freed on exit from the application. .SH "RETURN VALUE The value 0 is returned if no error occurs. Otherwise, the call returns a __far pointer to the memory allocated. .SH "SEE ALSO" .BR fmemalloc (2).
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