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