Memfree void Memfree(void *data);Frees memory allocated in the context of OllyDbg by the previous call to Memalloc(). Parameters: data (in) Pointer to the memory block allocated by Memalloc() Return values: None See also: Memalloc(), Memdouble(), Mempurge(), Virtalloc(), Virtfree()