free abstract method

int free()

Total amount of free heap inside the buffer, which also includes memory which is currently not accessible without restructuring of the byte data. This may or may not be different from available depending on the implementation and current state.

Implementation

int free();