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

/external/srec/portable/src/
H A Dpmemory.c734 void *prealloc(void *ptr, size_t newSize, const LCHAR *file, int line) function
736 void *prealloc(void *ptr, size_t newSize)
796 pfprintf(PSTDERR, L("OUT_OF_MEMORY: prealloc() failed at %s:%d"), __FILE__, __LINE__);
/external/qemu/block/
H A Dqcow2.c847 int flags, size_t cluster_size, int prealloc)
1031 if (ret == 0 && prealloc) {
1050 int prealloc = 0; local
1068 prealloc = 0;
1070 prealloc = 1;
1080 if (backing_file && prealloc) {
1087 cluster_size, prealloc);
845 qcow_create2(const char *filename, int64_t total_size, const char *backing_file, const char *backing_format, int flags, size_t cluster_size, int prealloc) argument

Completed in 94 milliseconds