Home | History | Annotate | Download | only in native

Lines Matching refs:hymem_allocate_memory

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);
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 (allocSize);
2282 returnVal = hymem_allocate_memory (byteSize);