MCPcopy Create free account
hub / github.com/beefytech/Beef / StompInit

Function StompInit

BeefySysLib/util/AllocDebug.cpp:187–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185static bool gStompInside = false;
186
187void StompInit()
188{
189 gStompInside = true;
190 gAllocRanges = new std::list<SA_AllocRange>();
191 gSA_CritSect = new CritSect();
192 gStompInside = false;
193}
194
195void* StompAlloc(int size)
196{

Callers 2

StompAllocFunction · 0.85
StompFreeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected