HomeSort by: relevance | last modified time | path
    Searched defs:xmallocarray (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libgfortran/runtime/
memory.c 48 xmallocarray (size_t nmemb, size_t size) function
58 os_error ("Integer overflow in xmallocarray");
64 os_error ("Memory allocation failed in xmallocarray");
  /src/external/gpl3/gcc/dist/libgfortran/runtime/
memory.c 48 xmallocarray (size_t nmemb, size_t size) function
58 os_error ("Integer overflow in xmallocarray");
64 os_error ("Memory allocation failed in xmallocarray");
  /src/external/bsd/nsd/dist/
util.c 333 xmallocarray(size_t num, size_t size) function
  /src/external/gpl3/gcc.old/dist/libgfortran/
libgfortran.h 865 extern void *xmallocarray (size_t, size_t) __attribute__ ((malloc));
866 internal_proto(xmallocarray); variable
  /src/external/gpl3/gcc/dist/libgfortran/
libgfortran.h 869 extern void *xmallocarray (size_t, size_t) __attribute__ ((malloc));
870 internal_proto(xmallocarray); variable

Completed in 65 milliseconds