Allocates exactly n bytes. May shrink or extend in place if possible. Does not zero out memory. Destroys if n is zero.
OutOfMemoryError.
See Implementation
Allocates exactly n bytes. May shrink or extend in place if possible. Does not zero out memory. Destroys if n is zero.