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

Function omInitInfo

omalloc/omStats.c:20–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18unsigned long om_SbrkInit = 0;
19
20void omInitInfo()
21{
22#ifdef HAVE_SBRK
23 om_SbrkInit = (unsigned long) sbrk(0);
24#endif
25}
26
27void omUpdateInfo()
28{

Callers 2

siInitFunction · 0.85
mainFunction · 0.85

Calls 1

sbrkFunction · 0.85

Tested by 1

mainFunction · 0.68