MCPcopy 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
23static inline void malloc_free( void * ptr )
24{
25 free(ptr);
26}
27
28#ifdef HAVE_EXECINFO_H
29#include <execinfo.h>

Callers 1

dReportErrorFunction · 0.85

Calls 1

freeFunction · 0.85

Tested by

no test coverage detected