hiber_free_page()

Overview

- Unallocate a buffer allocated by hiber_get_page_at() or hiber_get_page_at_va(). It aims to avoid to f*** up our own memory ram.


Syntax

hiber_free_page(ulong raw_offset, ulong buffer);


Parameters

Parameters are in fact the array returned by hiber_get_page_at() or hiber_get_page_at_va() functions. ulong raw_offset

ulong buffer.


Return Values

-



Sandman framework. (c) 2008. Matthieu Suiche(msuiche [at] gmail.com)