Searched refs:hymem_allocate_memory (Results 1 - 3 of 3) sorted by relevance

/dalvik/libcore/archive/src/main/native/
H A Dzipalloc.c35 ZLib interface to hymem_allocate_memory.
42 return hymem_allocate_memory (items * size);
H A Dhy2sie.h108 #define hymem_allocate_memory(byteCount) sieb_malloc(privatePortLibrary, byteCount) macro
H A Dzipsup.c634 filename = hymem_allocate_memory (filenameSize);
642 buffer = hymem_allocate_memory (bufferSize);
647 buffer = hymem_allocate_memory (bufferSize);
720 filename = hymem_allocate_memory (filenameSize);
893 current = readBuffer = hymem_allocate_memory (readLength);
1010 hymem_allocate_memory (zipEntry->filenameLength + 1);
1837 extraFieldBuffer = hymem_allocate_memory (entry->extraFieldLength);
1953 fileCommentBuffer = hymem_allocate_memory (entry->fileCommentLength);
2056 zipFile->filename = hymem_allocate_memory (len + 1);
2270 wb->bufferStart = hymem_allocate_memory (allocSiz
[all...]

Completed in 234 milliseconds