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
windows freebsd
virtualalloc ?????
plz also provide me the links that related to this topic if somebody knows
thanks in advance
Oddly enough, it's VirtualAlloc.
Since when did Microsoft invent anything? :P
Google is full of appropriate links.
Since when did Microsoft invent anything? :P
Google is full of appropriate links.
Generic low-level memory allocation for *u*x is often done with mmap() ...