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

Function omAlloc0Large

omalloc/omAllocSystem.c:82–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80#endif /* HAVE_MALLOC_SIZE/HAVE_MALLOC_USABLE_SIZE */
81
82void* omAlloc0Large(size_t size)
83{
84 void* addr = omAllocLarge(size);
85 memset(addr, 0, size);
86 return addr;
87}
88
89void* omRealloc0Large(void* old_addr, size_t new_size)
90{

Callers

nothing calls this directly

Calls 1

omAllocLargeFunction · 0.85

Tested by

no test coverage detected