Searched defs:allocateMemory (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/misc/
H A DUnsafe.java395 * does not point into a block obtained from {@link #allocateMemory}, the
398 * @see #allocateMemory
404 * does not point into a block obtained from {@link #allocateMemory}, the
439 * #allocateMemory}, the results are undefined.
448 * @see #allocateMemory
455 * #allocateMemory}, the results are undefined.
481 public native long allocateMemory(long bytes); method in class:Unsafe
498 * @see #allocateMemory
565 * #allocateMemory} or {@link #reallocateMemory}. The address passed to
568 * @see #allocateMemory
[all...]

Completed in 27 milliseconds