Home
last modified time | relevance | path

Searched refs:__fort_calloc (Results 1 – 4 of 4) sorted by relevance

/dports/math/libpgmath/flang-d07daf3/runtime/flang/
H A Dmalloc.c99 __fort_calloc(size_t n, size_t s) in __fort_calloc() function
153 return __fort_calloc(n, s); in __fort_gcalloc()
H A Dxfer.c33 c = (chdr *)__fort_calloc(sizeof(chdr) + in __fort_allchn()
H A Dcopy.c889 z.dy.ch = (chdr **)__fort_calloc(ng, sizeof(chdr *)); in I8()
H A DfioMacros.h1618 void *__fort_calloc(size_t n, size_t s);