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_free</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
page_free

Usage

   #include <page.h>
   int page_free(void far *baseptr, unsigned p);


Description

   Free the memory at offset p in the page heap pointed to by baseptr, that
   was allocated by page_malloc or page_calloc.

Return Value

   Returns 0 on success or -1 if an error occurred (baseptr is bad, or
   memory is corrupted).

See Also

   page_malloc, page_calloc



See Also: page_malloc page_calloc

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