Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Zortech C++ 3.0r4 - <b>page_malloc</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
page_malloc

Usage

   #include <page.h>
   unsigned page_malloc(void far *baseptr, unsigned size);


Description

   Allocate a block of data of size bytes from the page heap pointed to by
   baseptr.

Return Value

   The offset of the allocated data within baseptr, otherwise zero.

See Also

   malloc, page_calloc, page_free



See Also: malloc page_calloc page_free

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson