HomeSort by relevance Sort by last modified time
    Searched defs:prealloc (Results 1 - 2 of 2) sorted by null

  /external/srec/portable/src/
pmemory.c 734 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/
qcow2.c 847 int flags, size_t cluster_size, int prealloc)
1031 if (ret == 0 && prealloc) {
1050 int prealloc = 0; local
    [all...]

Completed in 1037 milliseconds