MEMDestroyExpHeap

C Specification

#include <revolution/mem.h>

void* MEMDestroyExpHeap( MEMHeapHandle heap );

Arguments

heap Expanded heap handle.

Return Values

Returns the pointer to the region that the deleted heap occupies.

Description

Destroys the expanded heap.

See Also

MEMCreateExpHeap,MEMCreateExpHeapEx

Revision History

03/01/2006 Initial version.