Home
last modified time | relevance | path

Searched refs:__fort_realloc (Results 1 – 5 of 5) sorted by relevance

/dports/math/libpgmath/flang-d07daf3/runtime/flang/
H A Dmalloc.c60 __fort_realloc(void *ptr, size_t n) in __fort_realloc() function
141 return __fort_realloc(ptr, n); in __fort_grealloc()
H A Dxfer.c132 s->beg = (struct ent *)__fort_realloc(s->beg, in __fort_sendl()
183 r->beg = (struct ent *)__fort_realloc(r->beg, in __fort_recvl()
H A Dentry.c107 (struct pent *)__fort_realloc(pentb, (n + PENTS) * sizeof(struct pent)); in ENTFTN()
H A Dchnmerge.c28 a->beg = (struct ent *)__fort_realloc((char *)b->beg, in merge_ent()
H A DfioMacros.h1616 void *__fort_realloc(void *ptr, size_t n);