madvise
int madvise(void* address, size_t length, int advice);
madvise((void*)address, size, MADV_FREE);
return madvise(address, length, advice);