Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
18
unsigned long om_SbrkInit = 0;
19
20
void omInitInfo()
21
{
22
#ifdef HAVE_SBRK
23
om_SbrkInit = (unsigned long) sbrk(0);
24
#endif
25
}
26
27
void omUpdateInfo()
28
{
Callers
2
siInit
Function · 0.85
main
Function · 0.85
Calls
1
sbrk
Function · 0.85
Tested by
1
main
Function · 0.68