Home | History | Annotate | Download | only in applypatch

Lines Matching full:malloc

186   unsigned char* img = malloc(st.st_size);
213 ZipFileEntry* temp_entries = malloc(cdcount * sizeof(ZipFileEntry));
230 char* filename = malloc(nlen+1);
279 *chunks = malloc((entrycount*2+2) * sizeof(ImageChunk));
306 curr->data = malloc(curr->len);
362 * respectively. Returns a malloc'd block of memory containing the
376 unsigned char* img = malloc(st.st_size + 4);
429 curr->data = malloc(allocated);
573 unsigned char* out = malloc(BUFFER_SIZE);
624 unsigned char* data = malloc(st.st_size);
913 unsigned char** patch_data = malloc(num_tgt_chunks * sizeof(unsigned char*));
914 size_t* patch_size = malloc(num_tgt_chunks * sizeof(size_t));