Return the memory consumed by the array in human readable form.
Memory used by the array.
Examples
>>> a = ndtest('sex=M,F;type=type1,type2,type3', dtype=float) >>> a.memory_used '48 bytes'