MCPcopy Create free account
hub / github.com/DentonW/DevIL / ILAPIENTRY ilResetMemory

Function ILAPIENTRY ilResetMemory

DevIL/src-IL/src/il_alloc.cpp:140–144  ·  view source on GitHub ↗

Manipulate Allocation/Deallocation Function ***/

Source from the content-addressed store, hash-verified

138
139/*** Manipulate Allocation/Deallocation Function ***/
140void ILAPIENTRY ilResetMemory() // Deprecated
141{
142 ialloc_ptr = DefaultAllocFunc;
143 ifree_ptr = DefaultFreeFunc;
144}
145
146void ILAPIENTRY ilSetMemory(mAlloc AllocFunc, mFree FreeFunc)
147{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected