Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Singular/Singular
/ malloc_free
Function
malloc_free
libpolys/reporter/dError.cc:23–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
#include <strings.h>
22
23
static inline void malloc_free( void * ptr )
24
{
25
free(ptr);
26
}
27
28
#ifdef HAVE_EXECINFO_H
29
#include <execinfo.h>
Callers
1
dReportError
Function · 0.85
Calls
1
free
Function · 0.85
Tested by
no test coverage detected