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

Function ILAPIENTRY ilSetMemory

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

Source from the content-addressed store, hash-verified

144}
145
146void ILAPIENTRY ilSetMemory(mAlloc AllocFunc, mFree FreeFunc)
147{
148 ialloc_ptr = AllocFunc == NULL ? DefaultAllocFunc : AllocFunc;
149 ifree_ptr = FreeFunc == NULL ? DefaultFreeFunc : FreeFunc;
150}
151
152
153/*#if defined(_WIN32) && defined(_MEM_DEBUG)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected