- 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.
hiber_free_page(ulong raw_offset, ulong buffer);
Parameters are in fact the array returned by hiber_get_page_at() or hiber_get_page_at_va() functions.
ulong raw_offset
ulong buffer.
-