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

Function ILAPIENTRY ifree

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

Source from the content-addressed store, hash-verified

94}
95
96void ILAPIENTRY ifree(const void * CONST_RESTRICT Ptr)
97{
98 if (Ptr == NULL)
99 return;
100 ifree_ptr(Ptr);
101 return;
102}
103
104void* ILAPIENTRY icalloc(const ILsizei Size, const ILsizei Num)
105{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected