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

Function InitCellAddrContent

omalloc/omtTest.c:130–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128#endif
129
130void InitCellAddrContent(omMemCell cell)
131{
132 size_t sizeW = omSizeWOfAddr(cell->addr);
133 omMemsetW(cell->addr, (IS_ZERO(cell->spec) ? 0 : cell->spec), sizeW);
134}
135
136void omCheckCells(int n, int level, omMemCell_t* cells)
137{

Callers 4

omtTestErrorsFunction · 0.85
omtTestAllocFunction · 0.85
omtTestReallocFunction · 0.85
omtTestDupFunction · 0.85

Calls 1

omSizeWOfAddrFunction · 0.85

Tested by

no test coverage detected