Home
last modified time | relevance | path

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

/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/platform/
DIMemorySystem.java66 public int malloc(int length) throws OutOfMemoryError; in malloc() method
DOSMemory.java132 public native int malloc(int length) throws OutOfMemoryError; in malloc() method in OSMemory