MCPcopy Create free account
hub / github.com/Singular/Singular / omReallocFromSystem

Function omReallocFromSystem

omalloc/omAllocSystem.c:245–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243}
244
245void* omReallocFromSystem(void* addr, size_t newsize)
246{
247 return omReallocSizeFromSystem(addr, omSizeOfAddr(addr), newsize);
248}
249
250void* omReallocSizeFromSystem(void* addr, size_t oldsize, size_t newsize)
251{

Callers

nothing calls this directly

Calls 2

omReallocSizeFromSystemFunction · 0.85
omSizeOfAddrFunction · 0.85

Tested by

no test coverage detected