Memory allocated by wpAllocMem should be de-allocated when it is no longer needed by calling wpFreeMem. Allocated memory not cleaned up by an object is de-allocated automatically when the object is no longer in use.
This method does not zerofill the allocated memory.