Manipulate Allocation/Deallocation Function ***/
| 138 | |
| 139 | /*** Manipulate Allocation/Deallocation Function ***/ |
| 140 | void ILAPIENTRY ilResetMemory() // Deprecated |
| 141 | { |
| 142 | ialloc_ptr = DefaultAllocFunc; |
| 143 | ifree_ptr = DefaultFreeFunc; |
| 144 | } |
| 145 | |
| 146 | void ILAPIENTRY ilSetMemory(mAlloc AllocFunc, mFree FreeFunc) |
| 147 | { |
nothing calls this directly
no outgoing calls
no test coverage detected