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

/dalvik/libcore/archive/src/main/native/
H A Dsieb.c28 void *sieb_malloc(JNIEnv *env, size_t byteCnt) { function
32 throwNewOutOfMemoryError(env, "sieb_malloc(0) NOT ALLOWED");
34 throwNewOutOfMemoryError(env, "sieb_malloc");

Completed in 32 milliseconds