HomeSort by relevance Sort by last modified time
    Searched refs:hymem_allocate_memory (Results 1 - 3 of 3) sorted by null

  /dalvik/libcore/archive/src/main/native/
zipalloc.c 35 ZLib interface to hymem_allocate_memory.
42 return hymem_allocate_memory (items * size);
hy2sie.h 108 #define hymem_allocate_memory(byteCount) sieb_malloc(privatePortLibrary, byteCount) macro
zipsup.c 634 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);
    [all...]

Completed in 25 milliseconds