what kind of functions deals with virtual allocation memory in freebsd

windows        freebsd
virtualalloc    ?????

plz also provide me the links that related to this topic if somebody knows

thanks in advance
Posted on 2006-11-15 04:19:54 by AssemblyBeginner
Oddly enough, it's VirtualAlloc.
Since when did Microsoft invent anything? :P
Google is full of appropriate links.

Posted on 2006-11-15 04:28:04 by Homer
Generic low-level memory allocation for *u*x is often done with mmap() ...
Posted on 2006-11-15 08:46:57 by f0dder