MCPcopy Create free account
hub / github.com/F-Stack/f-stack / reallocf

Function reallocf

lib/ff_glue.c:1090–1100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1088}
1089
1090void *
1091reallocf(void *addr, unsigned long size, struct malloc_type *type,
1092 int flags)
1093{
1094 void *mem;
1095
1096 if ((mem = ff_realloc(addr, size)) == NULL)
1097 ff_free(addr);
1098
1099 return (mem);
1100}
1101
1102void
1103DELAY(int delay)

Callers

nothing calls this directly

Calls 2

ff_reallocFunction · 0.85
ff_freeFunction · 0.85

Tested by

no test coverage detected