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

Function freeSize

Singular/mmstd.c:35–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33#include "Singular/mmalloc.h"
34
35void freeSize(void* addr, size_t size)
36{
37 (void) size;
38 if (addr) free(addr);
39}
40
41void* reallocSize(void* old_addr, size_t old_size, size_t new_size)
42{

Callers 1

reallocSizeFunction · 0.70

Calls 1

freeFunction · 0.85

Tested by

no test coverage detected