deallocate abstract method

void deallocate(
  1. ByteData data
)

Free the given ByteData buffer previously allocated by allocate.

Implementation

void deallocate(ByteData data);