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.java66 public int malloc(int length) throws OutOfMemoryError; method in interface:IMemorySystem
70 * call to {@link #malloc(int) malloc(long)}. The number of bytes freed is
75 * <code>malloc()</code> has unspecified effect.
89 * range that was previously allocated using <code>malloc()</code>.
112 * <code>malloc()</code>.
131 * block that was allocated using {@link #malloc(int) malloc(long)}.
158 * block that was allocated using {@link #malloc(int) malloc(lon
[all...]
H A DOSMemory.java132 public native int malloc(int length) throws OutOfMemoryError; method in class:OSMemory
136 * call to {@link #malloc(int) malloc(int)}. The number of bytes freed is
141 * <code>malloc()</code> has unspecified effect.
155 * range that was previously allocated using <code>malloc()</code>.
178 * <code>malloc()</code>.
197 * block that was allocated using {@link #malloc(int) malloc(int)}.
224 * block that was allocated using {@link #malloc(int) malloc(in
[all...]

Completed in 225 milliseconds