Hi!!
Is there someway to allocate pages? (alloc 4kb chunk of memory) the idea is to take advantage of paging when working with files of 4kb records.
I would like to know if it is possible for windows and linux.
thanks!!!
Printable View
Hi!!
Is there someway to allocate pages? (alloc 4kb chunk of memory) the idea is to take advantage of paging when working with files of 4kb records.
I would like to know if it is possible for windows and linux.
thanks!!!
In Windows, you can do this using the GlobalAlloc and VirtualAlloc APIs.