| 206 | } |
| 207 | |
| 208 | void InstallMemoryManager() |
| 209 | { |
| 210 | #ifdef TRACK_LOCATIONS |
| 211 | assert( strstr(asGetLibraryOptions(), " AS_DEBUG ") ); |
| 212 | #endif |
| 213 | |
| 214 | asSetGlobalMemoryFunctions((asALLOCFUNC_t)MyAllocWithStats, MyFreeWithStats); |
| 215 | } |
| 216 | |
| 217 | void PrintAllocIndices() |
| 218 | { |
no test coverage detected