Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
35
void freeSize(void* addr, size_t size)
36
{
37
(void) size;
38
if (addr) free(addr);
39
}
40
41
void* reallocSize(void* old_addr, size_t old_size, size_t new_size)
42
{
Callers
1
reallocSize
Function · 0.70
Calls
1
free
Function · 0.85
Tested by
no test coverage detected