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

/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/platform/
H A DIMemorySystem.java78 public int malloc(int length) throws OutOfMemoryError; method in interface:IMemorySystem
82 * call to {@link #malloc(int) malloc(long)}. The number of bytes freed is
87 * <code>malloc()</code> has unspecified effect.
101 * range that was previously allocated using <code>malloc()</code>.
124 * <code>malloc()</code>.
143 * block that was allocated using {@link #malloc(int) malloc(long)}.
170 * block that was allocated using {@link #malloc(int) malloc(lon
[all...]
H A DOSMemory.java136 public native int malloc(int length) throws OutOfMemoryError; method in class:OSMemory
140 * call to {@link #malloc(int) malloc(int)}. The number of bytes freed is
145 * <code>malloc()</code> has unspecified effect.
159 * range that was previously allocated using <code>malloc()</code>.
182 * <code>malloc()</code>.
201 * block that was allocated using {@link #malloc(int) malloc(int)}.
228 * block that was allocated using {@link #malloc(int) malloc(in
[all...]

Completed in 45 milliseconds